Delete circles/rectangles on Our Services

Home Forums Medical Delete circles/rectangles on Our Services

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47935
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Delete circles on Our Services
    Hi again,
    I’d like to know how to delete the white rectangles when I see the site on mobile/tablet.

    Example: https://drive.google.com/open?id=0B4Y-_j2QLRfuNWpPZTdqbEY2SDA
    Our website: http://www.mysbiz.com/SSSdds/
    Thanks

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

    Hi Laura,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:768px){
    #ourServices .services-list{width:100% !important;}
    #ourServices .services-list .services_thumb{display:none;}
    }

    Regards,
    Brad

    #48119
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hi Brad
    The script isn’t working
    I still can see the rectangles when I browse the page
    on a tablet: http://screencast.com/t/ulRO6b9pa2t

    Thanks

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

    Hi Laura,

    Add this code in custom css box:

    @media screen and (max-width:980px){
    #ourServices .services-list{width:100% !important;}
    #ourServices .services-list .services_thumb{display:none;}
    }

    Regards,
    Brad

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