Tagged: 

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

    Hello Support,

    I have two requests for help with this site in Mobile:

    • Can you help me change the header so that the WOOCOMMERCE CART BUTTON isn’t on top of the logo? (I think the accordion menu element will also need to change accordingly.)
    • Can you help me remove the white border element on the linked images?

    Here is a link to the screenshot I took of the site from my phone.

    Thank you,
    Greg

    #741605

    Hey Greg,

    Please try this for your logo problem:

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        max-width: 80% !important;
    }
    }

    Not sure what you mean by your second question though, are you referring to the social icons?

    Best regards,
    Rikard

    #742141

    Hello Rikard,

    That works for the logo – thank you.

    Regarding my second question: yes the social icons and also the icons for the menu and shopping cart.

    1. can the menu and shopping cart icons be the same size as the social icons?
    2. can the white border around the icons be removed?

    Thank you,
    Greg

    #742248

    Hi,

    1. To make the cart icon big

    .cart_dropdown_first .cart_dropdown_link {
        font-size: 30px!important;
    }

    2. Remove the border around cart icon

    .html_visible_cart .cart_dropdown {
        border: none!important;
    }

    Best regards,
    Vinay

    #742540

    Hello Vinay,

    Thank you – that worked (once I moved the code into the mobile only area :-) )

    We can close this,
    Greg

    #742598

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile Help with Header’ is closed to new replies.