Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #613684

    Hello,
    I have problem with logo and menu, You can see Image. Maybe someone can send css for this problem ?

    Best regard, Kristaps

    #613695

    Hi @dizaina_studija_teika ;

    I’ve tried on my end but couldn’t find a solution with css because tere are too many characters.
    I think it would be better for you to re-organize your menu ;

    University
    Studies
    > Degree Studies
    >> Bachelors Studies
    >> Master Studies
    >> …..
    >> …..
    >> …..
    > Exchange Studies
    >> Cours List 2016/2017
    > Shirt-Term Studies
    >> Foundation courses
    >> …..
    >> …..
    >> …..
    Practical Matters
    Contact

    You can find more information about “Craeting Mega Menu” here :”Mega Menu

    #613752

    Labdien!

    I agree with @begrafiks. Please also refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and if that does not help, please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/

    @begrafiks
    thanks for your input :)

    Best regards,
    Yigit

    #613784

    Thanks for help, but it doesn’t help.
    Maybe need to create logo and menu both “div” blocks ? One float from left, second float from right ? And position relative ?

    #613789

    Hi!

    You can go to Enfold theme options > Header and change the style of the header or you can try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .container.av-logo-container {
        padding: 0;
        margin: 0 2%;
        max-width: 96%;
    }

    Cheers!
    Yigit

    #613793

    Now there are Your CSS, You can see the result. I don’t take off.
    Don’t work.

    #613855

    Hey!

    Please add the below code in Enfold > General Styling > Quick CSS

    The below code triggers the mobile menu just before the main menu overlaps the logo at about when the screen is 1250px wide.

    
    @media only screen and (max-width: 1250px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Regards,
    Vinay

    #614072

    I made different, logo top and menu above, thats better. Next problem, Display in main header area social icons, but in some PC they are dissapeared. At my PC all works fine. In picture can see, that at one PC don’t see social icons, but at my PC are visible.
    Picture

    #614366

    Hi @dizaina_studija_teika ;
    on my end I can see your social icons (PC – Chrome and Firefox)

    #614574

    On my 22′ monitor also I see at both browsers. That problem is on bigger monitors like 24′ or 27′, but only at chrome.

    #614679

    Hi @dizaina_studija_teika ;
    on my end I can see your social icons (Mac – 24′ – Chrome, Safari and Firefox)

    I, usually, use this site to check

    #616258

    Hi!

    are you using any caching? if yes deactivate it. Clear browser cache and hard refresh a few times.

    Cheers!
    Andy

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