• The site I am working on, I can’t seem to get the left column content to space nicely like the middle column. The site is https://www.coachingwomeninproperty.com

    I am new to codes, myself, but I just wondered if anyone can please help make the left column’s content not hug up against the side of the background like it is? It is almost spilling over into the background gray color and off of the white content area. Like I said before, I am pretty new to codes, etc. so please please help ?? and please please be specific, because I don’t even know where to look in the appearance edit section. Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Open the file : wp-conten/themes/womancoaching/style.css (via Daschboard , FTP or host’s admin panel ) and on line 32 , change the value of the padding attribude (in pixels) .

    .b_left {
    margin: 0 10px 0 0;
    padding: 25px;
    float: left;
    width: 260px;
    }

    And for the post-content (midle ) –line 34

    .b_center {
    margin: 0;
    padding: 25px;
    float: left;
    width: 430px;
    border-left: 1px solid #E7E7E9;
    border-right: 1px solid #E7E7E9;
    }

    Thread Starter adminsk

    (@adminsk)

    Thank you so so much!! with a bit of tweeking it totally worked!! You’re a life saver!! Thank you so much again!

    Hi, I need help for adjusting the margin of my post content page. If you open any of the page like HOME page, ABOUT page, etc., it looks fine but when you create a post page then publish the content goes missed up. I don’t know what to do. Please open this link for clarification of what I mean. https://www.shorelinedentalcare.com/family-dentistry/its-easy-to-find-pediatric-dentists-in-west-haven-and-milford-ct

    Hope you can help me to this problem. Thank you!

    @pinoytech

    …… when you create a post page then publish the content goes missed up…..

    The link you posted seems to be ok , could you provide a link to a post that has the layout “missed up ” .

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Setting my left-margin for my left content’ is closed to new replies.