• On my blog post page the side bar is overlapping with the content (entry-content). I have tried some minor css fixes but no success. There are no “template choices” for blog posts. The site is not published yet so can’t give url. Any ideas anyone?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Vittorio

    (@vittorioaquino)

    Hi,

    What element are you placing on your sidebar?

    You can try manipulating the .css in “custom CSS” using either of the following:

    // first//

    #sidebar {
    width: 280px;

    float: right;
    word-wrap: break-word;
    }

    //second//

    #sidebar .widget {
    color: #767676;
    list-style: none;
    margin-bottom: 40px;
    }

    Cheers,

    Vittorio
    https://www.agilewebmarketing.com.au

    Thread Starter nsepe

    (@nsepe)

    Thank you, I will try…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘pitch: post content overlap w/ sidebar’ is closed to new replies.