• Resolved dundaglan

    (@dundaglan)


    Hey. Is there a way to keep the right sidebar open rather then have to click the icon to open it? I want to show my twitter feed in it and would be nice to keep open

    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author _Y_Power

    (@_y_power)

    Hey dundaglan,

    while the feature you are asking for is going to be included in the next update, you can for the moment try to copy and paste the following code in the Custom CSS section of your WordPress Customizer:


    @media (min-height: 768px) and (min-width: 1181px) {
    #widgets-sidebar-container {
    display: block;
    }
    }

    By doing that, the sidebar should be visible and fixed on page load and then go back to standard behavior when the show/hide button is clicked.
    Let me know if that works for you.

    Cheers and thank you for the feedback! ??

    Thread Starter dundaglan

    (@dundaglan)

    Hey y_power thanks very much for responding. Yes that worked a treat.
    Another quick question while we’re chatting. There’s a bit of dead space in the middle/main column at the top. Is there a way of shifting everything up?

    https://shuggybee.ie/

    In pages and posts under display page titles I had it as banner but switched to content cause it shifted everything up to where it is now.

    New to wordpress guys bear with me ??

    Theme working great for us either way. Appreciate the work and effort guys

    Theme Author _Y_Power

    (@_y_power)

    Hey dundaglan, glad to hear it worked for you.

    Regarding your other questions, I’m going to kindly ask you to either:

    Cheers and thanks again for the feedback!

    Theme Author _Y_Power

    (@_y_power)

    Widgets sidebar is now visible by default (version 1.0.24).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Handcraft expo sidebar’ is closed to new replies.