New Landing How can we help? Themeforest Theme Support Neighborhood Swift Page Builder – Row Hight – Inner Column Content Isn't Centered

Viewing 15 posts - 1 through 15 (of 19 total)
  • #308499
    guentherportfolio
    Member
    Post count: 266

    Happy New Year ๐Ÿ™‚

    The new year starts with a new support thread ๐Ÿ˜‰
    If I want to edit a row and I want to set the PARALLAX IMAGE HEIGHT to WINDOW HEIGHT, all content isn’t centered horizontal within that row.

    I already have set the INNER COLUMN HEIGHT to WINDOW HEIGHT too and removed any padding. I further have tested it with some padding, which works fine for my screen resolution, but it doesn’t work for mobile devices and other resolutions.

    It would be great if you could have a look on that. Thanks in advance.

    #308500
    guentherportfolio
    Member
    Post count: 266
    This reply has been marked as private.
    #308620
    David Martin – Support
    Moderator
    Post count: 20834

    Did you mean it’s just for mobile now the issue?

    Can we login and amend the page or is this a live page currently?

    #308713
    guentherportfolio
    Member
    Post count: 266

    Hi David,

    its actually on every device, also on my mac.
    You can login, but it would be good if you could create a draft or copy of that page and adapt it there. Thanks in advance for your help.

    #308843
    David Martin – Support
    Moderator
    Post count: 20834
    This reply has been marked as private.
    #308862
    guentherportfolio
    Member
    Post count: 266
    This reply has been marked as private.
    #309007
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please adjust that using this:

    @media only screen and (max-width: 767px) {
    .content-v-align.spb-row-container > div.spb_content_element {
        margin-top: 0%!important;
    }
    }
    #309200
    guentherportfolio
    Member
    Post count: 266
    This reply has been marked as private.
    #309339
    David Martin – Support
    Moderator
    Post count: 20834

    I think this is related to your other thread where I mentioned you have a CSS error that is causing other CSS to not work. I have now updated that for you.

    I have also amended the CSS:

    /*Horizontale Ausrichtung Text im Full width Bild*/
    @media only screen and (max-width: 767px) {
    .content-v-align.spb-row-container > div.spb_content_element {margin-top: 0%!important;}
    }
    @media (max-width: 979px) and (min-width: 768px) {
    .content-v-align.spb-row-container > div.spb_content_element {margin-top: 10%!important;}
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .content-v-align.spb-row-container > div.spb_content_element {margin-top: 5%!important;}
    }
    #309346
    guentherportfolio
    Member
    Post count: 266

    Oh I see. Thank you very much for updating this, David.

    Unfortunately the issue with the too big image and the text which isn’t centered does already exist ๐Ÿ™ Do you have any other hints here? Hopefully there isn’t an other CSS error :):):)

    Thanks
    Martin

    #309644
    David Martin – Support
    Moderator
    Post count: 20834

    Do you mean it still exists? For what screen size, I need screenshots with your feedback so I can tweak.

    #309779
    guentherportfolio
    Member
    Post count: 266
    This reply has been marked as private.
    #310031
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks for the video that really helps clear things up.

    I have fixed the desktop version now for you.

    I cannot amend the height as this is dynamically generated on page load. You would need a developer to adjust this further.

    #310107
    guentherportfolio
    Member
    Post count: 266

    Thanks David. I really appreciate your help. Allover I am happy now ๐Ÿ™‚ The only thing where I am a bit disappointed, is the problem with the window height setting. But there I will do some compromise and change this back to “content height”. Thanks for your help.

    #310111
    David Martin – Support
    Moderator
    Post count: 20834

    I understand this also, I’ll test this further locally and report back to the team and see what we can do to improve this. You should not need (ideally) any extra CSS like I have provided.

Viewing 15 posts - 1 through 15 (of 19 total)

You must be logged in to reply to this topic.