• Resolved trader121

    (@trader121)


    Hi, I have 2 columns of widgets, both on the right hand side of the page, one big and one small.

    I only want the big widget column to show on the page. I installed your plugin, enabling both widget areas so they could be replaced as instructed. Went to the page and selected just the big widget area I wanted to be visible, but both are still showing.

    Any idea why this is happening please? I have cleared the cache but nothing has changed.

    Here is the page in question: https://www.5star-shareware.com/windows-software-forum/

    I’m trying to remove the smaller widget area column.

Viewing 1 replies (of 1 total)
  • hello trader121,

    Our plugin will not remove (or add new) sidebars. It will replace one you have with another one so you can have different set of widgets depending on what page you are.
    When you leave select for sidebar blank it means that default one will be used.

    You would need to hide it with CSS:

    #sidebar-small {display: none;}
    #tp-section-left {width: 809pc;}

    You can
    a) add it to the child theme style.css file
    b) use this small plugin https://www.ads-software.com/plugins/simple-custom-css/

    kind regards,
    Kasia

Viewing 1 replies (of 1 total)
  • The topic ‘Still have one column Widget Area showing’ is closed to new replies.