Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #878028

    hi, this is my website:

    Immagine1

    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

    • This topic was modified 6 years, 5 months ago by Pas7o.
    #878674

    Hey Pas7o,
    Is your site in maintenance mode? Or blocking US IP’s? This is what I see:
    2017-11-18_160707
    If in maintenance mode Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #878744

    do it. now the website is like the image.

    #878805

    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

    #879002

    on my screen i colored the line in green:
    Immagine1
    another questions:
    – i set 80% content and 20% sidebar. i want to reduce this percentage. example: 90% content and 10% sidebar. how i can do that?
    – between menu items i want a little space (ex. 10px or 10%). it’s possible?

    thanks

    #879747

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.