Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #184407

    I want a centered logo (with custom size) above a centered menu, in a header with a custom height. How do I do that in CSS?

    #184439

    Hi svdg!

    Can you post the link to your website? We should provide you custom css depending on your logo and menu width

    Best regards,
    Yigit

    #184496

    Can you explain me the basics? Logo = 270 x 130 px, header height from top to slider = 180 px. I have to adjust sizes myself, I have understanding of CSS. Menu width = max. 960 px.

    Logo (centered)

    Menu item Menu item Menu item Menu item Menu item Menu item Search (centered menu).

    Slider

    #184499

    Hey!

    For default logo with “non-fixed header with social icons and additional navigation” header type, custom css code would be

    div .logo { left: 41%; }
    .main_menu { left: 31%; margin-top: 40px; }
    .main_menu .menu ul { top: 66%; }

    Best regards,
    Yigit

    #184512

    Thanks! But how do you calculate the percentage of the left margin and the percentage of the top?

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Centered logo above centered menu’ is closed to new replies.