New Landing How can we help? Cardinal Row text width in mobile view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Cardinal
  • #298977
    rileyberg
    Member
    Post count: 29

    In mobile view, the text in my Rows goes all the way to the edge of the screen (no margins). How can I fix this? Thanks!

    #299065
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    @media only screen and (max-width: 767px){
    .spb-asset-content {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    }

    Hope it helps.

    -Rui

    #299146
    rileyberg
    Member
    Post count: 29

    PERFECT! Thank you!

    #299153
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad I could help.

    -Rui

    #299443
    rileyberg
    Member
    Post count: 29

    I made this adjustment, and it worked for the text. But now my full-width image banners have 15px padding. Is there a code I can use that will allow the image banners to be full width? Thank you!

    #299654
    David Martin – Support
    Moderator
    Post count: 20834

    Can you provide a link and screenshot to where you see this?

    Thanks,
    David.

Viewing 6 posts - 1 through 6 (of 6 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