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

    -Hello,

    I would like to Change the logo and menu position with mobile devices.

    Thanks

    Est

    #538053

    Hey Est!

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

    @media only screen and (max-width: 768px) {
    .responsive #top .logo {
        float: right;
    }
    #advanced_menu_toggle, #advanced_menu_hide {
    right: auto; 
    left: 0;
    }}

    Cheers!
    Yigit

    #538150

    Thanks,

    Now the shopping icon needs to be on the right, otherwise is hiding the logo.

    And how could be the log with the full size and below the menu and shopping icon?
    And the last question my link colour on the mobile menu is blue and on my general style is pink. I don´t have anything blue

    Many thanks

    #538153

    Hi!

    Please add following code to Quick CSS as well

    .responsive #top .cart_dropdown { 
    right: auto;
    left: 7.5%; 
    }

    Can you please post the link to your website?

    Regards,
    Yigit

    #538233

    If I do this the shopping icon disappear from the mobile and on desktop is over the logo on the left.

    Also, I would like to add a log in on the header and I have downloaded the wp-members plugin and I have it in widgets and I have added this on the css editor:
    add_action( ava_after_main_menu, enfold_customization_header_widget_area );
    function enfold_customization_header_widget_area() {
    }
    But nothing happens

    And you now why are the links colour on the mobile menu blue?

    #540084

    Hi!

    The dynamics_sidebar function is missing. Please refer to this link for more info: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Cheers!
    Ismael

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