Footer menu, complaints from Google

Hi,
there have been complaints from Google: my footer menu is too small for mobile, and the two links are sitting too close together. And the contrast won’t do either. See screenshot from mobile view.


So I just went through theme options and menu etc. but after searching for an hour I’m lost: I cannot find the controls to change font size and color of the items in footer menu.
And I really don’t know how I could set those menu items in a different way, with more space.
Could you help me, please? That would be terrific, thank you.
Regards, Karen

Hello @x_vision,

Thanks for writing to us.

Regretfully there is no option to change the font-size of the footer menu and colour. To change it you need to add custom CSS under X--->Theme Option --->CSS

footer.x-colophon.bottom ul.x-nav li {
font-size: 22px;
}
footer.x-colophon.bottom ul.x-nav li a {
color: #000000;
}

Please feel free to change the font-size and Color as per your design.

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

Hello Prakash,
thank you very much! I’m happy to use that CSS patch you provided :slight_smile:

One more question. Could you please tell me what’s wrong with my image setting, see screenshot.


Ich want this image to fill the width below text, but all it turns out is that squeeky little thing, see screenshot 2.
That would help very much,
Thank you
Karen

Hello Karen,

Please edit your page and make sure that in your row settings, the column layout is only ONE because at the moment it looks like you have set it to 4 columns. Find this Column Layout in your row settings:

Best Regards.

Hi Ruenel,
thank you very much! That did the trick. The row settings were partly set to 4 or 2 columns.
Great! Have a nice day
Karen

Hi Karen,

You’re welcome and it’s our pleasure to help you. If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

Hi Marc,
there is one little issue I forgot to mention. See screenshot, there is a weird gap between end of text an the footer stuff. I tried to deactivate/activate anything possible in the settings, but the gap just doesn’t go away. Could you kindly please tell me what’s wrong?


Thank you.
Regards, Karen

Hello Karen,

To get this issue resolved, please go to X > Theme Options > Footer > Widget Areas and select “None”.
Screen Shot 2021-03-25 at 1.08.48 PM

Best Regards.

It couldn’t be easier. Thank you very much Ruenel! :slight_smile:
Best, Karen

Hello Karen,

Glad that we were able to help you. Please feel free to reach us if you have any query regarding our theme and theme settings.

Have a great day!
Thanks

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