Viewing 5 posts - 31 through 35 (of 35 total)
  • Author
    Posts
  • #507465

    Hi,

    Please try the following in Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar.smartphones_sidebar_active {
        border-top-width: 0px !important;
    }
    }

    Thanks,
    Rikard

    #508069

    Ahhh Thankyou it worked!!!

    Sorry i do have one more thing that i just noticed while double checking mobile view.. When you touch the cart icon, the cart contents shows but is half cut off the screen. Ill attach a picture below..

    #508334

    Hey!

    control it’s position with this:

    .dropdown_widget.dropdown_widget_cart {
    right: -30px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #508708

    Awesome! Thankyou once again… :-)

    I really hope you dont mind but i have a couple of other things going on as well.. Im so happy i am getting them all sorted!!!

    1. I am finding the mobile version runs fairly slow. Loading the little menu icon and slider takes forever! Also the add to cart button takes forever to load. Is there a reason behind this? When i check my loading time online it says this – The page loads 17 CSS files. This may affect the page load time negatively. The page loads 19 javascript files. This may affect the load time negatively. Would this be the reason?

    2. Does any one know how to move the social icons & SKU, Tags ect somewhere else? They just look really messy where they are on the product page.

    3. Anyone know how to do a Line Break in PHP without breaking the website? lol

    Thanks!

    #509136

    Hi!

    this thread is growing huge already, so please open a different ticket for different questions. Thank you!

    Cheers!
    Andy

Viewing 5 posts - 31 through 35 (of 35 total)
  • The topic ‘Mobile logo size – Make it bigger!’ is closed to new replies.