Naturo theme issue

Home Forums All Other Themes Naturo theme issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #167649
    CeciliaCecilia
    Participant
    • Topics: 15
    • Replies: 20
    • Total: 35
    Member since: August 30, 2016

    Hi, I’ve encountered this issue with the theme.
    It seems that I can scroll infinitely to the right. IMG: https://imgur.com/Wlxinfq
    Any help is appreciated!

    Here’s the link to the website: https://plasticandfood.com

    Regards!

    #167667
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:1024px) {
    .head-info-area .right::after {
        right: 0;
        top: 0;
        width: 100%;
        padding: 0 0 0 30px;
    }
    }

    Regards,
    Dave

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