hi, this is my website:
i want:
1) delete the line between menu and logo;
2) do a costum background color for the sidebar;
3) vartical-align to center the menu into the sidebar;
4) center menu items;
5) do a costum background and border color for menu items;
6) delete spaces around the image;
link: http://www.andreapastorello.com
thanks
do it. now the website is like the image.
Hi,
I added this css to the end of your General Styling > Quick CSS field:
.main_color.container_wrap_first.sidebar_left {background-color: red;}
#main .template-page.content {background-color: white; padding: 0px !important;}
.content .entry-content-wrapper {padding-right: 0px!important; }
.sidebar {padding-top: 20vh!important;}
.sidebar_left .inner_sidebar {text-align: center;}
.main_color .widget_nav_menu li { border: 1px solid blue; background-color: white; }
Please adjust the colors to suit. I didn’t know what you meant by “delete the line between menu and logo” please add a screenshot pointing out what you meant.
Best regards,
Mike
Hi,
Yes, it’s possible via Quick CSS (located in Enfold > General Styling), then add this css code:
#main .template-page.content {
width: 90%;
}
#top .sidebar .widget_nav_menu li {
margin-bottom: 10px;
}
Hope this helps :)
Best regards,
Nikko