Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1330182

    Hello,

    how can I hide the right search result column?

    right search column

    Regards,
    Hugo H.

    #1330236

    Hi Hugo H,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

    .search-results .content.template-search {
        width: 100%;
        border: 0;
    }
    
    #top.search-results #main .sidebar {
        display: none;
    }

    Best regards,
    Nikko

    #1330271

    Hello Nikko,

    thank you, that did it!

    Regards,
    Hugo

    #1330304

    Hi Hugo,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide right search result column’ is closed to new replies.