I need to align the images and text in the three boxes on the home page.
Hello @netlover,
Thanks for writing in!
To align the three boxes, you must do this:
- First, you need to edit the three images in Photoshop or any photo editor. Please make sure that they are in the same dimension. You can set at least 1200x800 and then re upload the images again.
- Make sure that the heading title is of the same number of characters.
- For your text, if it is impossible to have the same amount of words, then set a minimum height instead. Click the text element, find the “Customize” tab and insert this inline element css:
$el {
min-height: 160px;
}
Please let us know if this works out for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.