Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #290845

    I’ve looked through the forum and find very similar issues/replies but can’t solve the problem. Attached is a screen shot assembly showing a Kriesi header where the dropdown stays far to the right, out of the way. Ours sits farther left and slides over on top of the logo.

    The customer wants no dropdown at all if it is over the logo. I can’t make it go away no matter what. Even killing all items in the Global menu doesn’t get rid of it. Is there a fix to make the dropdown stay right or not show up a all?

    #291017

    Hey Tim!

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

    @media only screen and (max-width: 480px) {
    #advanced_menu_toggle, #advanced_menu_hide { right: -25px; }}

    Regards,
    Yigit

    #291025
    This reply has been marked as private.
    #291052

    Hi!

    Please add following code to Quick CSS instead

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 90%;
    margin-top: 10px !important
    height: auto !important; }}

    Best regards,
    Yigit

    #291055
    This reply has been marked as private.
    #291065

    Hey!

    Please decrease the value of max-width: 90% to 85% and flush browser cache on your mobile device. If it still overlaps, you can try decreasing it even further

    Best regards,
    Yigit

    #291078
    This reply has been marked as private.
    #291139
    This reply has been marked as private.
    #291421

    Hi!

    It looks ok now. Please remove browser cache and reload the page a few times:

    Best regards,
    Ismael

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