New Landing How can we help? Themeforest Theme Support Uplift Adjusting margins on image and image caption on phone

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Uplift
  • #320131
    umgotstaluvit
    Member
    Post count: 50

    On phone (iPhone), the top image (timeline graphic) on the page is going from edge to edge of the screen — the same thing is happening on the image captions on this page — I’d like to pad all of these elements to align with the other content on the page — note, I’d still like the 2 photos on the page to remain full screen width.

    #320348
    David Martin – Support
    Moderator
    Post count: 20834

    Looks like you have the setting “Remove element spacing” enabled on the Row?

    You could look to disable that or overwrite it with CSS:

    @media only screen and (max-width: 767px) {
    .spb-row.spb-remove-element-spacing div[class*="col-sm"] {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register