Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #781928

    Hello,
    I chose to install a left sidebar (menu) for all my pages / siteweb. But I would like to adapt a little the layout :
    1/ How to align the menu to the right in the sidebar ?
    2/ How do I delete the line between each menu item?
    3/ How to reduce the space between each menu line ?
    4/ Is it possible to reduce the margin around the logo in order to increase the size of this logo ?

    Could you help me ?
    Thank you very much
    Best regards.
    Bigi

    • This topic was modified 6 years, 12 months ago by bg08ard.
    #781951

    Hey bg08ard,
    OK, 1-4, Try this code in the General Styling > Quick CSS field:

    .html_header_sidebar #header .av-main-nav > li {
        text-align:right !important; 
    }
    .html_header_sidebar #header .av-main-nav > li > a {
        padding: 5px 3px!important; 
        border-bottom-style: none!important;
    }
    .html_header_sidebar .logo {
        padding: 4px!important; 
    }

    postimage

    Best regards,
    Mike

    #782052

    Hello Mike,
    Thank you for your help.
    Before writing these codes, can you tell me which file will be modified with quick CCS field ? Custom.css ? In case I need to go over these changes…
    Thank you again
    Best regards
    Bigi

    #782057

    Mike,
    My question is unfounded, I did not know that the amendments were still there…
    Best regards
    Bigi

    #782062

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to align the menu to the right in the sidebar ?’ is closed to new replies.