I need to fix the buttons for the three sections not being fully ligned up correctly I’m referring to the area where the specialties, team, and resoruces are located on the home page.
Hello @netlover,
Thanks for writing in!
I have inspected your page and it seems that your image is not of the same image dimension. Please edit the images in Photoshop or any image editor and resize it to at least 1200x800. Smaller file means faster loading.
To get the buttons inline, please do the following:
- Please remove this inline element css from each of the columns
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
- In your text element, please find the “Customize” tab and insert this inline element css instead:
$el {
min-height: 50px;
}
We would loved to know if this has work for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.