image on mobile view

Home Forums Blendit Theme Support image on mobile view

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

    http://mysbiz.com/SWPA/
    blendit template

    How do I get images on mobile view to end in the same location? Meaning, under blue “about” section, the image ends right at the next section with no space inbetween. Under the gold “Our Commitment” section, there appears to be 2 lines breaks under image.

    https://snag.gy/Y1viq9.jpg

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

    Hi Laura,

    Kindly add this code in Custom CSS Box:

    @media (max-width: 479px) {
    #our_commitment{padding: 50px 0 0;}
    #our_commitment .one_half{margin-bottom: 0;}
    #our_commitment img{display: block;}
    }

    Regards,
    Brad

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

    Thank you! it worked

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

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘image on mobile view’ is closed to new replies.