Hi,
i´ve tried many options to do this: move up footer line.
I appreciate css help to solve this.

Hi,
i´ve tried many options to do this: move up footer line.
I appreciate css help to solve this.

Hi @jlampreia,
Thank you for reaching out to us. I checked your page and I see you’ve added bottom margin to the bottom three images (see screenshot)

To remove the space between footer line and the content, simply inspect your images in Cornerstone and set the margin to 0

Let us know how this goes!
Thank you Nabeel,
i found the margin setup, my problem is if i put to 0, i loose the circles config.
Any idea to solve this?

Hi again,
You can minimize the bottom margin to reduce the gap. The space you’re seeing between the footer line and the content is because of the bottom margin of the last three images and if you need to bring up the footer line you must remove or minimize the bottom margin of the images.

Hope this helps!
Thanks Nabeel,
i have removed all the margins from the elements, is there a way to config circles like they were kind a circle together, do you understand what i mean?
Hi There,
Ok now that we have the footer close to the section, please add a margin-top: 4em; on the Business Clinic and The Team circle, then a negative margin-top: -4em; on the Our Identity and Where to find us circle.
Then add this to Theme Options > CSS
/*margin top reset*/
@media (max-width: 640px) {
.margin-top-reset {
margin-top: 2em !important;
}
}
And apply the Class margin-top-reset to your images, so they aligned properly when they stacked on mobile.

Hope it helps,
Cheers!
Thank´s a lot for your help. It works.
Best regards
You are most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.