Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1198830

    Hi, is there a way to remove sidebar in this page?
    In this page I use a plugin for directory.
    thank’s

    #1198893

    Hey soniavoice,

    Which page are you referring to? Can you please be more specific.

    Best regards,
    Victoria

    #1198918

    Oh my God sorry, this is the page: https://easyzanzibar.com/directory/papaya/

    #1199403

    Hi soniavoice,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.single-at_biz_dir #main aside {
        display: none;
    }
    #top.single-at_biz_dir .container .av-content-small.units {
        width: 100%;
        border: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1200094

    Thank’s but using this code it removes sidebar from all directory pages, not only for that page or category.

    #1200148

    Hey,

    Please use the code as following

    .postid-10431 .sidebar { 
        display: none !important; 
    } 
    .postid-10431 .container .av-content-small.units {
        width: 100%;
        border: none;
    }

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.