• Closed
  • Karin Leloux
    Spectator
    23.11.2015 at 12:43 #22302

    Hi
    I want the sidebar to appear on the contact-page and this works well..
    But: the sidebar is showing too on the news page…i set the page on full width and selected by sidebar: none…
    What could be the problem?

    Kind regards
    Karin

    http://www.jhleloux.nl

    Denzel Chia
    Moderator
    Posts: 2656
    24.11.2015 at 05:01 #22327

    Hi,

    In Theme Options -> Blog -> General -> Blog Archive/Category Sidebar
    Set this to none.

    Thanks!

    Karin Leloux
    Spectator
    Posts: 10
    24.11.2015 at 09:41 #22341

    Hi
    This does not work…
    It sills shows the side-bar…

    Karin

    Karin Leloux
    Spectator
    Posts: 10
    24.11.2015 at 13:39 #22346

    Hi
    My problem with the side bar on the blog-page still exists…
    When do i get feedback????

    Karin

    Denzel Chia
    Moderator
    Posts: 2656
    25.11.2015 at 06:04 #22356

    Hi,

    Please use the following codes in your Theme Options -> Custom CSS

    .blog #secondary {
    display: none !important;
    }
    .blog #primary {
    width: 100% !important;
    }

    Thanks!