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

    Hi,

    1. How to align the header menu to the bottom of the header instead of the center?
    (see screenshot) http://i.imgur.com/bCWR28u.png

    The bottom part of the screenshot is how I want it to be.

    2-a. How to remove entire submenu where it says ‘You are here’? Found the sidebar to remove title bar and navigation bar/breadcrumbs

    2-a. How to make the bar shorter so it doesn’t have a lot of padding on top and bottom of the You are here? http://i.imgur.com/xfzoMo6.png

    2-b. Is it possible to add a background color or image on that navigation bar?

    Thanks.

    (I can’t provide the website/login as I am doing it offline/locally.)

    #579538

    Hi!

    Use the following for 2-3:

    #top .title_container .container {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 40px;
    }
    
    #top .title_container {
        background: url(img) red;
    }

    We’d need to see the website live in order to help you with 1.

    Regards,
    Josue

    #579979

    PM’d with info of website.

    #580720

    Hey!

    Try adding this code to the Quick CSS:

    .main_menu ul:first-child > li a {
        line-height: 170px !important;
    }
    
    .header-scrolled .main_menu ul:first-child > li a {
        line-height: 60px !important;
    }

    Cheers! 
    Josue

    #580795

    It made the submenu on Who We Are expand its height. See screenshot provided in private section.

    #580996

    Hey!

    Change the code to:

    .main_menu ul:first-child > li > a {
        line-height: 170px !important;
    }
    
    .header-scrolled .main_menu ul:first-child > li > a {
        line-height: 60px !important;
    }

    Best regards,
    Josue

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