Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #58107
    Massimo
    Participant

    Hello.
    Can I disable in homepage the content column?
    I’ll want only sidebars with same width…
    Thank you.

    #58182
    Sakin
    Keymaster

    @Massimo: I need to check your homepage settings. Can you post in your site URL and then I can check in for you.

    #58186
    Massimo
    Participant
    #58191
    Sakin
    Keymaster

    @Massimo: Try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box

    .home #content_sidebar_wrap #main {
        display: none;
    }
    @media screen and (min-width: 991px) {	
        .home.three-columns.equal-columns #content_sidebar_wrap,
        .home.three-columns.equal-columns .sidebar-secondary {
            width: 50%;
        }
        .home.three-columns.equal-columns .sidebar-primary {
            width: 100%;
        }
    }
    #58261
    Massimo
    Participant

    Perfect!
    Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Homepage only sidebars’ is closed to new replies.