Support » Plugin: Custom Sidebars - Dynamic Sidebar Widget Area Manager » Custom Sidebar not showing full width of post

  • Resolved Eugentuk

    (@eugentuk)


    Hello everbody.

    I installed custom sidebars successfully .My site has 3 columns and i want to back with only 2 columns when i read the single post.

    I use Arras theme with 3 columns (2 rights sidebars).I want to show 2 rights sidebars on the front page and only the primary sidebar in the single post.

    The problem is that if i open the single post there is a blank space on the secondary sidebar.

    How to adjust the width of single post ?

    Thanks

    https://wordpress.org/plugins/custom-sidebars/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @eugentuk,

    I hope you’re well today! 🙂

    I believe you’re referring to this theme, correct:
    https://github.com/zyml/arras-theme

    Your question is actually regarding that theme rather than something related to Custom Sidebars so you’d normally be best getting support through that theme’s support area.

    Unfortunately, I’m not sure if it’s supported any longer.

    I did take a quick look though and notice the theme only provides an option for either a 2-column or 3-column theme but not both for the same site.

    Thus it would require custom code, that I can see.

    As a quick possible solution you could try adding something like this:

    body.single div#container { width: 740px; }
    body.single div#primary { display: none; }

    That could be added to the theme’s style.css file or through a plugin like this: http://wordpress.org/plugins/imporved-simpler-css/

    Perhaps that may just sort it for you?

    Cheers,
    David

    Thread Starter Eugentuk

    (@eugentuk)

    Thanks David.

    It’s work perfectly.

    Hi @eugentuk,

    Awesome, really glad that worked for you and you’re most welcome of course. 🙂

    Hope you have a fantastic day!

    Cheers,
    David

    Thread Starter Eugentuk

    (@eugentuk)

    Thanks again David for your help.

    I have another question :

    It is possible to remove comments and tags buttons on the Tabbed Sidebar Widget in The Arras Theme ?

    Cheers

    Eugentuk

    Hi Eugentuk,

    We can remove comments and tags buttons on the Tabbed Sidebar Widget in The Arras Theme but to help keep support tickets separate, could you please open a new thread for your new question?

    This helps to prevent any confusion as I’m sure you understand.

    This might also help other members looking for a similar answer. 🙂

    Cheers,
    WPMU DEV

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom Sidebar not showing full width of post’ is closed to new replies.