Footer bottom images vertical alignment

Hi, after many forum seaches and trial attemps, 1- I cannot find the way to align images in my footer the the menu. 2-Also, I would like to get rid of the bar above each item in the footer. Any help would be appreciated!

Hello There,

Thanks for writing in!

It appears that you are using two separate image widget. Each of this widget will always display on top of each other unless the image has narrow width. To resolve all your issues including the bar in each widget, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

#media_image-3 {
    margin-top: 0;
    margin-left: 50px;
}

.x-colophon .widget:before {
    display: none;
}

We would loved to know if this has work for you. Thank you.

Wow! You are so good!

On behalf of my colleague @RueNel, you are not welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.