Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1164507
    jrc693
    Participant

    Hi,

    I was wondering if it was possible to change the padding/margin on the side bar menu so that ‘My Story (so far)’ stays within one line?

    http://www.experiencealchemist.com

    Thanks!

    #1164656
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-sidebar.right {
        padding-left: 0;
    }
    
    .x-sidebar.left {
        padding-right: 0;
    }

    You can change the right and left sidebar with the above code with the required Padding margin.

    Hope this helps.

    Kindly let us know how it goes!

    #1165291
    jrc693
    Participant

    Unfortunately that code didn’t work.

    I appreciate it the help!

    #1165842
    Friech
    Moderator

    Hi There,

    Add this css code instead.

    #menu-item-6 a {
    	padding-left: 5px;
    	padding-right: 5px;
    }

    Hope it helps, Cheers!

    #1167324
    jrc693
    Participant

    Thank you!

    #1167600
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

    #1167605
    Rupok
    Member

    You are welcome. Have a nice day!

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