Support » Plugin: Related Posts by Sovrn » Change two colums vertical to only one column.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey Fridha,

    thanks for reaching out and I hope you don’t mind me answering on Silvo’s behalf. You can make those changes by inserting the following code into the Custom CSS box, found in the advanced plugin settings:

    .related_post_title {
    }
    ul.related_post {
        display: inline;
    }
    ul.related_post li {
    }
    ul.related_post li a {
    }
    ul.related_post li img {
    }

    Please check the screenshot for easier navigation. Hope this helps!

    Please let me know how it goes, take care and have a nice day,
    Petra

    Thread Starter fridha

    (@fridha)

    Nice, thanks Petra…

    Thread Starter fridha

    (@fridha)

    Hi Petra,
    Finally I decide to keep the two column design since it match with my blog ‘s design.

    However, the two column design isn’t responsive, just like another theme on zemanta setting…

    How to make it responsive, need to push the second column down below the first one, when on mobile view..

    Hey,

    thanks for getting back to me. Would you be so kind and give me the link to your blog, so that I can take a closer look?

    Best,
    Petra

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change two colums vertical to only one column.’ is closed to new replies.