Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1041099
    nickohorny
    Participant

    I am using a sidebar in my store section:

    I would like to move this to the left instead of right, I can’t see anywhere in the settings or customizer to allow this? is there a fix please?

    Also, on the sidebar categories, is there a way to enable the hover state of the panel to act like a mini-menu and show a background color. At the moment it has no interaction state when rolling over the categories, which looks a bit boring.

    #1041100
    nickohorny
    Participant
    This reply has been marked as private.
    #1041415
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    To change the position of your sidebar, go to Cutomizer > Layout and Design > Content Layout > Sidebar Left, Content Right

    To add hover state for you sidebar categories:

    .widget ul li:hover, .widget ol li:hover{
    background-color:#000;
    }

    Let us know how it goes.

    Thanks.

    #1046805
    nickohorny
    Participant

    Thanks for that, it works.

    How can I change the original state background color too? so not just the hover.
    Also how to add some left padding to the text in this section? Thank you 🙂

    #1046883
    Lely
    Moderator

    You’re welcome!

    Add this CSS:

    .widget ul li, .widget ol li{
        background-color:red; /*Change to your preferred color*/
        padding-left: 10px; /*Adjust to your preferred padding on the left*/
    }

    Hope this helps.

    #1049948
    nickohorny
    Participant

    Thanks, sorted. :0

    #1049973
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1041099 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>