Hey!
How can I get this column aligned to the middle of the photo? https://snag.gy/JxMK9Q.jpg
It needs to be like this: https://snag.gy/dPeb4z.jpg
Website: http://rebeccacrossltd.com/
Hey!
How can I get this column aligned to the middle of the photo? https://snag.gy/JxMK9Q.jpg
It needs to be like this: https://snag.gy/dPeb4z.jpg
Website: http://rebeccacrossltd.com/
Hi Vesna,
Thank you for writing in, I was not able to view your site because it is behind a Coming Soon Page. Anyways, please follow this steps:
First, create a section with a 1/2 + 1/2 columns. Then inspect the ROW of that section and turn ON the Marginless Columns option.
Add the Image element in the right column.
Then inspect your left column and apply a padding on it (around 4em), except on the right-side (because you need the column and image intouch)
Then add your content (text element) on the left column, and apply an equal padding on all sides on it.
And apply the white background of this text as well.
Then inspect back the left column, and add the custom CSS below on the Element CSS area (you need this so the section does not look messy on mobile)
@media (min-width: 768px) {
$el {vertical-align: middle !important;}
}
@media (max-width: 767px) {
$el {padding-right: 4em !important;}
}
Let us know how it goes,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.