Okay
  Public Ticket #3802973
menu is too close to the logo
Closed

Comments

  •  6
    lukacsdaniel1 started the conversation

    Hi,

    How can I set the menu margin? Because it's too close to the logo

    Attached files:  menu.PNG

  •  3,054
    Andrew replied

    Hi Lukas,

    Thank you for getting back to us.

    It seems that your site is back in maintenance mode. Could you temporarily remove this so we can look into this and advise?

    We look forward to your reply.

    Regards,

  •  6
    lukacsdaniel1 replied

    Hi Andrew,

    I opened the site!

    Thanks

  •  3,054
    Andrew replied

    Hi Luka,

    Thank you for getting back to us.

    Were you able to sort out this issue? Currently, I can see that there's some spacing between the logo and the menu items. Here's a screenshot of the same.3215366596.png

    We look forward to your reply.

    Cheers,

  •  6
    lukacsdaniel1 replied

    Hi Andrew,

    Yes, I saw, but I would like to add a + space between logo and menu.


  •  9,059
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #slide-out-widget-area.fullscreen-alt .inner-wrap {
        padding-top: 130px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  6
    lukacsdaniel1 replied

    Thank you so much!