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
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;
}
Best regards,
Mike
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
Mike,
My question is unfounded, I did not know that the amendments were still there…
Best regards
Bigi