Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #262094

    hey guys
    need some help please. i adjusted the transparent menu to get my logo the way I want it, but now my menu is down way too far. how can i change this in css? I got the social icons back into the right position, but I cannot find where I need to get the menu back up top.
    here is site.
    http://www.drakeeats.com

    #262337

    Hi jdrakeproductions!

    Seems like you already figured it out – http://i.imgur.com/ylb1J50.jpg ? :)
    Your website looks great by the way

    Best regards,
    Yigit

    #262393

    with a screen width of 768px – 989px the menu seems to move up so you can only read half of it.
    guess it’s not completly fixed.

    #262399

    Hey!

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

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .main_menu { margin-top: -110px; }
    #header_main nav .social_bookmarks {
    top: 41%; }}

    Regards,
    Yigit

    #263067

    Can you guys help me with the dropdown menu? it looks a little long and is it possible to move the text to the right just a little?
    http://www.drakeeats.com

    #263164

    Hey!

    Thank you for using the theme!

    @jdrake: If you don’t mind, please open your own thread. Did you add any css modifications? Add this on Quick CSS or custom.css:

    #top .av-main-nav ul a {
    padding-left: 10px;
    }
    
    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    max-width: 100px;
    }

    Anyway, nice website. :)

    Regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.