Link to home
Start Free TrialLog in
Avatar of weikelbob
weikelbobFlag for United States of America

asked on

CSS Bootstrap walkthrough - changing right margin to left margin

Hello,

For my website, www.oakhonesty.com, I have a sparkling theme. I've downloaded bootstrap. I want to make a mobile responsive site. Will you help me switch my right margin over to the left (a code walk-through)?

Thanks!
Avatar of Randy Downs
Randy Downs
Flag of United States of America image

I'm not sure what you are trying to change. Here's a good good tutorial. It's free to audit their courses.


    How to implement Bootstrap in existing web sites
    Common Bootstrap components
    How to use Bootstrap themes

Please, be more clear... Do you wih both content column and right column to the right?
ASKER CERTIFIED SOLUTION
Avatar of Rob
Rob
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
if what I proposed is what you want them just move the div for the column to before the content
Avatar of weikelbob

ASKER

Rob,

That's all I wanted. That easy eh? Let me look at the code tomorrow and I'll close this.
yep.  Tested it on your site.  Dragged the <div> containing the right column to before the <div> above it and that was that :)