Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Dante
  • #62931
    toni100
    Member
    Post count: 148

    hi – i want to change to 2 things for header 2

    where can i change the color of the divider between logo and navigation? and is it possible for boxed layout to move logo and navigation very close to the left side of the boxed header?

    #63039
    toni100
    Member
    Post count: 148

    attached youll find a working screenshot – i would like to change the color of the white divider or eventually remove it and move logo and navigation to the left side so left margin should be close to zero…

    thank you for your help

    #63160
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this custom css:

    #header-section > #main-nav {
      border-top: none;
    }

    – Kyle

    #63161
    toni100
    Member
    Post count: 148

    hi kyle,

    i have tried it but it is still here – i am now using header 3 – and how can i center the navigation?

    link: http://tinyurl.com/p8qdx6e

    #63167
    toni100
    Member
    Post count: 148

    and how can i change the height and color of the dividers between the alt menu buttons on the top?

    #63168
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    We do not currently support a centred navigation, however you could try this css:

    #main-navigation {
      text-align: center;
      margin: 0 auto;
      width: 830px;
    }

    If you add more menu items you will need to increase the width.

    #header-section #main-nav {
      border-top: none;
    }

    for the border.

    – Kyle

    #63169
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    For the borders, this is set in the color customiser. So really the css above is not needed.

    – Kyle

    #63171
    toni100
    Member
    Post count: 148

    thank you kyle for your great support – check http://tinyurl.com/p8qdx6e

    #63173
    toni100
    Member
    Post count: 148

    i tried to change the top and bottom margin for the logo – but i can not make it smaller… where can i change this or do i need custom css?

    #63174
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You can set the logo size in the theme options.

    – Kyle

    #63175
    toni100
    Member
    Post count: 148

    if you select the logo png in the browser you can see that there is a lot of space on top and the bottom…

    and how can i change the height and color of the dividers between the alt menu buttons on the top?

    #63519
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    #header-section #header {
      padding: 0 0 25px;
    }

    Looks like you managed the second question 🙂

    – Kyle

Viewing 12 posts - 1 through 12 (of 12 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