Viewing 13 posts - 1 through 13 (of 13 total)
  • #91576
    Sand
    Member
    Post count: 33

    Hi – I have selected menu #5. As you can see the links to pages and the admin items such as Cart, Wishlist and search don’t align well. the problem persists when i change the text size or add extra space for a larger logo. what should i do to get them all bottom aligned nicely?

    #91617
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    nav .menu li {
      margin: 0;
    }

    – Kyle

    #91624
    Sand
    Member
    Post count: 33

    thanks – worked perfectly. part 2 of the question is i realize now there is an unusually large gap between the header and the title bar or other content just beneath it? any way to tighten that up? i have already got the margins for header top+bottom = 0.

    #91625
    Sand
    Member
    Post count: 33

    oops and part 3…i notice that in the persistent mini-menu (used when you scroll down the page), the menu links are at the top, and the Cart, Wishlist, and Search are at the bottom making the mini-menu quite large.

    #91626
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You mean this white space? (see screenshot)

    – Kyle

    Attachments:
    You must be logged in to view attached files.
    #91630
    Sand
    Member
    Post count: 33

    thanks kyle – no i mean this space

    Attachments:
    You must be logged in to view attached files.
    #91643
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    #header-section.header-4 #header, #header-section.header-5 #header {
      padding: 10px 0;
    }

    – Kyle

    #91661
    Sand
    Member
    Post count: 33

    nice – spacing is now better. can you still look at mini-menu?

    #91664
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You have this in your custom css:

    #nav-section, #main-navigation, .header-right > nav, .header-left > nav {
      margin-top: 90px;
    }

    Causing the space

    – Kyle

    #91665
    Sand
    Member
    Post count: 33

    nope – this is my total custom css and i am not using child theme and have not already parent theme.

    #header-section.header-4 #header, #header-section.header-5 #header {
      padding: 10px 0;
    }
    
    nav .menu li {
      margin: 0;
    }
    
    .alt-bg {
      border: none;
    }
    
    .gallery-item .gallery-icon {
    background: transparent
    }
    
    body.single-portfolio .inner-page-wrap{margin-top:0px !important}
    body.single-portfolio .inner-page-wrap article{margin-top:-30px !important}
    #91667
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .mini-menu {
      margin-top: 0!important;
    }

    – Kyle

    #91669
    Sand
    Member
    Post count: 33

    great!!

    #91670
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register