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

    Hi,
    I want my menu align with logo top ( right corner position, under the social icons)
    and also want body margin-top on site, but not on mobile one.
    On mobile site how can I make top image to resize, now it is just cropping and logo be bigger?
    http://russianchildrentheater.org/plays/
    could you please help?
    Thank you!

    #452686

    Hey grinshteynluba!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top #header_main > .container .main_menu ul:first-child > li > a {
      line-height: 50px;
    }

    and then change the code to add top margin to following one

    @media only screen and (min-width: 990px) {
    body {
      margin-top: 50px !important;
    }}

    Regards,
    Yigit

    #452803

    Hi Yigit!
    yes it worked for top margin, Thank you!
    What about menu, may I have it top right corner instead of logo baseline aligned?

    Thank you!

    #452814

    I fix it thank you!

    #453036

    Hey!

    Great, glad you got it fixed :)

    Best regards,
    Rikard

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