Sidebar remains present in "search" and "categories"

Home Forums Gillion Theme Sidebar remains present in "search" and "categories"

Home Forums Gillion Theme Sidebar remains present in "search" and "categories"

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • amudalainc
    Participant

    In another post I asked about removing the sidebar from all parts of the site.  When I utilise the “search” aspect of the site and if I go to a specific “category”, I find that I am either asked to “please assign your widgets” or a blank space remains where the widgets would usually site on the right hand side.  Can this be removed?

     

    The code that you recommended previously was…
    <h3 class=”widget-title”>.archive #content,
    .blog #content {
    width: 100%;
    padding: 0;
    }</h3>

    Attachments:
    You must be logged in to view attached files.

    amudalainc
    Participant

    This is also happening when “tags” are selected

    Attachments:
    You must be logged in to view attached files.

    Hi @amudalainc,

     

    Thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to remove it?

     

    Best regards,
    Shufflehound team

    amudalainc
    Participant

    My apologies – I did not see this reply.  Here are links to examples of pages that still show the widget section on the right.

    Attachments:
    You must be logged in to view attached files.

    amudalainc
    Participant

    Oh and here are the links to said issues

    https://www.gooodgoodgod.com/?s=example

    https://www.gooodgoodgod.com/category/others-real-love/

    https://www.gooodgoodgod.com/tag/behaviour/

     

    The 3rd is because I also realised that the issue occurs when “hot tags” are clicked.

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .archive.category  div#sidebar,
    .archive.tag  div#sidebar,
    .search-results  div#sidebar {
        display: none;
    }
    
    .archive.category  div#content,
    .archive.tag  div#content,
    .search-results  div#content {
        padding: 0;
        width: 100%;
    }

    amudalainc
    Participant

    Fantastic

     

    Thank you.  That works perfectly

    You are always welcome here 🙂

Viewing 8 posts - 1 through 8 (of 8 total)