Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1391618
    Sandie
    Participant

    Hi,

    I have a menu in the sidebar, which you guys helped me with for it to look as I wanted. But now it has changed all of a sudden and I need your help again to get it right.

    Right now it looks like this: http://prntscr.com/ef0zzf

    Before it looked like this: http://prnt.sc/e8h1jd

    Where everything in the sidebar is more to the right, instead of being centered. And everything has the same style and size as SEARCH PRODUCT and the MENU.

    I have added this CSS code:

    .x-main .widget a, .x-sidebar .widget a {
    text-decoration: none;
    }

    But still I get the result were it all looks centered and no line inbetween the menu items.

    URL: https://youpheal.com/webbutik/

    Please advise me what to do next!

    Thanks!

    Best Regards
    /Sandra

    #1391683
    Paul R
    Moderator

    Hi Sandra,

    Thanks for writing in!

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-sidebar.left .h-widget,
    .x-sidebar.left .widget_nav_menu li a {
       text-align:left;
    }
    
    .x-sidebar.left .widget_nav_menu li {
        border-bottom: 1px solid #ddd;
    }
    
    .x-sidebar.left .widget_nav_menu li:last-child {
         border-bottom:0;
    }
    

    Hope that helps.

    #1391899
    Sandie
    Participant

    Great, thank you so much!

    /Sandra

    #1391960
    Rahul
    Moderator

    You’re most welcome, Sandie!

    Let us know if we can help with anything else.

    Thank you. 🙂

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