boxes width on mobile

Home Forums Blendit Theme Support boxes width on mobile

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

    Hi, How can I fix the width of the services boxes on mobile? right now, each box has a different width, preview: https://screencast.com/t/LjcjHe85ipC

    Thanks

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

    Hi Laura,

    It seems that you hide that section on your site. Kindly unhide that section so that we can provide you CSS code.

    Regards,
    Dave

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

    They appear on the home page as so http://mysbiz.com/SWPA/
    so I am not sure how they were hidden.

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

    Hi Laura,

    Add this code in Custom CSS Box:

    @media screen and (max-width:479px){
    #services-box{width:100% !important;}
    }

    Regards,
    Dave

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