Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2155
    bestrepute
    Participant

    My site is not showing up properly on a mobile device I am having some issues with the Product Offer section of the theme. Can someone take a look for me please. It is showing properly on desktop.
    I need some help.

    Thanks

    https://www.saintandlinson.com

    #2160
    Shop Manager
    Keymaster

    Hi,

    As per your request, we have seen your site and screenshot, but could you please elaborate what issue are you getting with a screenshot.

    So we can review and get back to you.

    Thanks

    #2164
    bestrepute
    Participant

    Hi,

    While viewing on a mobile:
    1. Can the slider heading be increased?
    2. How do I remove the sale tabs from the Best Seller and New Collection section?
    3. The title header for the Curated Gifts area is appearing under the image

    Thanks

    #2172
    Shop Manager
    Keymaster

    Hi,

    As per your request, we are giving you some easy steps and CSS to increase font size and remove tags and image adjust.

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.

    @media screen and (max-width: 576px){
    #slider .inner_carousel h3 {
    font-size: 20px;
    padding-left: 30px;
    }
    #best_seller .product-sale {
    display: none;
    }
    .product-sale {
    display: none;
    }
    #product-offers .offer4-details {
    top: 24px;
    padding-left: 27px;
    position: absolute;
    }
    }

    If you need any other assistance please let us know.

    Thank you

    #2202
    bestrepute
    Participant

    Hello:

    Thank You!

    It worked.

    Happy New Year!

    #2217
    Shop Manager
    Keymaster

    Pleasure, let us know if you need any other help.

    Happy New Year!

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