Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Swift Page Builder – Row Hight – Inner Column Content Isn't Centered
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Swift Page Builder – Row Hight – Inner Column Content Isn't Centered
- This topic has 18 replies, 3 voices, and was last updated 7 years by Rui Guerreiro – SUPPORT.
-
Posted in: Neighborhood
-
January 1, 2017 at 12:09 pm #308499
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.
January 1, 2017 at 12:10 pm #308500This reply has been marked as private.January 3, 2017 at 10:56 am #308620Did you mean it’s just for mobile now the issue?
Can we login and amend the page or is this a live page currently?
January 3, 2017 at 8:03 pm #308713Hi 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.January 4, 2017 at 4:04 pm #308843This reply has been marked as private.January 4, 2017 at 6:31 pm #308862This reply has been marked as private.January 5, 2017 at 6:14 pm #309007Hi,
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; } }
January 7, 2017 at 9:33 am #309200This reply has been marked as private.January 9, 2017 at 5:38 pm #309339I 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;} }
January 9, 2017 at 7:33 pm #309346Oh 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
MartinJanuary 11, 2017 at 11:46 am #309644Do you mean it still exists? For what screen size, I need screenshots with your feedback so I can tweak.
January 11, 2017 at 7:39 pm #309779This reply has been marked as private.January 13, 2017 at 12:27 pm #310031Thanks 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.
January 13, 2017 at 5:55 pm #310107Thanks 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.
January 13, 2017 at 6:07 pm #310111I 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.
-
Posted in: Neighborhood
You must be logged in to reply to this topic.