• I’ve a wordpress site https://www.entrelazados.com.ar. In the home page I’ve some widgets and it shows up to 3 posts. When I click on “Continue reading…” link the widgets are there. What I want is to remove that “colmun” when I read more.

    any suggestions?

    thanks

Viewing 1 replies (of 1 total)
  • Hi There,

    You might want to try dropping this line of code into the HTML view of the page or post. Place this into the content of any page that you dont want to show that column. This will hide it and push the content to the left.

    <style type=”text/css”>
    #primary {max-width:?0;}
    #container {float:?left;}
    </style>

    I also noticed that your header was hanging way off the page… just drop this line of code into your CSS file for your theme:

    #meteor-slideshow {
    float: left !important;
    }

    This should get you all squared away.

    [signature moderated]

Viewing 1 replies (of 1 total)
  • The topic ‘Remove left or right column on "Continue reading"’ is closed to new replies.