Responsive issues - by irish - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler

  • Avatar: irish
    irish
    Participant
    June 20, 2018 at 12:50

    Hello there!

    We have some issues on the responsive mode that we can not fix.

    1. See website on tablet. The first 2 menu-items “home” and “Shop” are not visible because they goes under the categories.
    2. See homepage under revolution slider; we are using 8theme Best Offer short code. How can we remove the categories above the title?
    3. See mobile menu. How can we set the color of the menu items? Now it’s not visible
    4. See mobile homepage; how can we set the 4 blocks of “best offer” in 2 columns on mobile? tried to do that with the responsive column options but it won’t work.
    5. And how can we set those blocks in the same height? I understand that it is a different because of the title but maybe we can set it stuck on the same height?

    Sorry for all the questions!

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2018 at 16:07

    Hello,

    1. Please update the theme to latest version – https://xstore.helpscoutdocs.com/article/63-theme-update
    2. You can add this code in Theme Options > Styling > Custom css:

    .et-offer .products-page-cats {
        display: none;
    }

    3. Theme Options > Typography > Navigation > Customize mobile menu links
    4. http://prntscr.com/jx7k2d
    5. Please try this code:

    @media only screen and (max-width: 992px){
    .et-offer .product-title{
    	display: block;
    	white-space: nowrap;
    	overflow: hidden;
    	text-overflow: ellipsis;
    }
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.