Hello,
My footer on thenewscave.com is looking great on desktop. However, when I open my website on mobile, the items from the footer are out of the screen and not aligned at the centre. I have seen other websites which use the newspaper theme and have their footer aligned.
Another thing that I want to know is even though my copyright is at the left side on Desktop, is it possible to get below the other pages on the footer when the website is open on mobile. I mean, the copyright is on the left on desktop and should be at the bottom on mobile.
Some websites are able to do that without using the mobile plugin for newspaper.
tl:dr
Q1. Pages on footer not aligned on mobile and go out of the screen. How to get them aligned at the center on mobile?
Q2. Showing the copyright symbol and the all rights reserved at the bottom on mobile while it remains at the left on desktop.
Hi,
For the footer problem, please try this custom css -> https://i.imgur.com/ov8hnbZ.png
.td-footer-template-wrap .menu-navigation-container .menu
{
display: block;
}
The code need to be set in theme panel> custom code> advance> css > phones.
You already have the copyright set in footer ->https://i.imgur.com/TDUBDug.png
Thank you!
I followed the instructions. However, my footer is still the same. I also tried deleting my cache but that did not work.
Also, yes, my copyright stuff is there but I want it to be at the bottom.
Kindly help me.
Hi,
Please try this css
.menu-navigation-container .menu
{
display: block!important;
}
Also the position of copy right can be change only if you are using a cloud template for footer, this can be edited with tagDiv Composer.
Thank you!