Images won't center after link added

Hey,

my site http://temp.thisadventurelife.com/ has a logo section. When I add links to the images the logos are not center aligning and move to the left. How can I force them to stay centered?

Also, how can I force the logos to stay in a grid of 3 when viewing that section in mobile?

Thanks!

Hi There,

Thanks for writing in!
Can you please confirm if you have made all the column text align center?

If you want to make the logo inline in mobile device please put all the three images inside one column and add following code to the image element css.

$el{
display: inline-block;
}

Hope this helps!

All coumn’s have been centered. Added the css code and still nothing happening.

I’ve added a log in and password for you if that helps.

Hi there,

Please remove the mal and pal classes you have added to the section that contains the logos and remove the section’s negative left and right margin and set them to auto.

Hope this helps.

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