New Landing How can we help? Atelier Text Wrapping Weird with Padding

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #319176
    SomeChick
    Member
    Post count: 231

    On my site home page (see link in backend), I’m using padding for the section Work / Play / Breathe toward the bottom. However, when I look at it on a tablet, the text wraps strange and doesn’t stay contained in the boxes.

    Help?

    #319209
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can’t reach the site provided. Can you check if the site url is correct or the server is down?
    Thanks

    -Rui

    #319248
    SomeChick
    Member
    Post count: 231
    This reply has been marked as private.
    #319276
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #319288
    SomeChick
    Member
    Post count: 231

    I was hoping to keep the domain private. Would you mind changing that image?

    I could do that, but the spacing is weird. I’ll probably end up changing it altogether anyhow!

    I’m okay with it shrinking down and being long and looking a little weird on mobile. I just don’t understand why the text wrapping isn’t logical on tablets. Once I set that padding, I’d like it to stay that way. Is there any css or workaround?

    #319292
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Sorry for that, it’s already private.

    Can you add the code below to your custom css option.

    @media (min-width: 768px){
      .multi-column-row .spb-asset-content {
         padding: 20px!important;
      }
    
    .multi-column-row  .impact-text, p.impact-text, .impact-text>* {
        overflow: hidden!important;
        overflow-wrap: break-word!important;
      }
    }

    Let me know if it worked.

    -Rui

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 the following item
Login and Registration Log in · Register