New Landing How can we help? Atelier Correct row settings to achieve this (attachment)

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Atelier
  • #263376
    Adrenaline22
    Member
    Post count: 183

    I’m trying to achieve the following thing:

    | 1/2 column – text | 1/2 column – image that extends to the side of the screen |

    If I set the row the full screen, the left column text is too close to the left side of the screen. Setting various paddings solves the issue, but when I resize the screen for mobile, text-box gets out of the screen.

    Practically I want the text box to be aligned with the others non full width text elements that are above and below the row.

    Attachments:
    You must be logged in to view attached files.
    #263379
    Adrenaline22
    Member
    Post count: 183

    If you resize the screen on the link I gave, you see that the text isn’t centered because of the horizontal padding..

    Attachments:
    You must be logged in to view attached files.
    #263742
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Unfortunately that layout isn’t currently possible, it’s only possible to have the full row full width, including the text on the left. If you add padding, please show me the mobile issue so I can look at it for you

    – Kyle

    #264385
    Adrenaline22
    Member
    Post count: 183
    This reply has been marked as private.
    #264481
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your custom css:

    @media only screen and (max-width: 479px) { 
    .spb-column-container.col-sm-6 {
      padding-left: 15px !important;
    }
    }

    – Kyle

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