Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #341590

    Hi :)

    I would like to align the mobile menu position to the left + rotating the avia arrow 1800 degree.

    I have tried the following css change in FireFox and it works fine. But when I add it in either CSS box in the Enfold theme panel/ Enfold child theme > I can’t see the changes appear on the browser.

    #advanced_menu_toggle, #advanced_menu_hide {
    left: 0 !important;
    }

    media=”all”
    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
    margin-right: -10px !important;
    transform: rotate(180deg) !important;
    }

    My site URL: goo.gl/rE3eVx

    Can you please help me to set this change?
    Thanks!

    #342499

    Hi InvivoGraphic!

    add this code to Quick CSS:
    #advanced_menu_toggle, #advanced_menu_hide {
    margin-right: 230px;
    }

    What do you mean with rotating avia arrow 180 degree? could you explain or show a screenshot/mockup of what you want to achieve?

    Regards,
    Andy

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