• Hi all,

    I’ve installed a new theme here: https://srinimetta.com/ and the posts are flowing outside of the content area, any idea why this is happening? Would a simple css fix of that divs height fix the issue?

    Thank you kindly ~

    Jennifer

Viewing 3 replies - 1 through 3 (of 3 total)
  • Edit style.css and change:

    .post {
    padding-left:35px;
    width:515px;
    }

    to

    .post {
    padding-left:35px;
    width:490px;
    }
    Thread Starter jennifer420

    (@jennifer420)

    Thanks Esmi,

    I’ve actually changed the theme back to one that he’d been using previously – as there are so many issues with the new theme.

    I noticed for this page titles, he was making them a link – is that common practice at all, I’ve never seen it.

    They were all being done this way:

    Marketing Strategies.

    Errors were crazy when I wanted to validate …

    Thread Starter jennifer420

    (@jennifer420)

    Sorry, need to edit this and can’t … grr!

    <a href="https://srinimetta.com/category/strategies">Marketing Strategies</a>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Posts flowing outside of content area – PLEASE HELP!’ is closed to new replies.