Viewing 1 post (of 1 total)
  • Author
    Posts
  • #19127
    my add
    Keymaster

    i just didi use this code below… but it only removing the sidebar but the post section remain still on its size… i need to widen the post section for a purpose… thanks… anyone can help…. i am using Vienna Template by the way….

    <b:if cond=’data:blog.url == "URL"’>
    <style>
    .sidebar {display:none;}
    .main-inner .columns {
    padding-left: 0px !important;
    padding-right: 0px !important;
    }
    .main-inner .fauxcolumn-center-outer {
    left: 0px !important;
    right: 0px !important;
    }
    .main-inner .fauxcolumn-left-outer, .main-inner .fauxcolumn-right-outer, .main-inner .column-left-outer, .main-inner .column-right-outer {
    display: none !important;
    }
    </style>
    </b:if>

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.