- This topic has 5 replies, 2 voices, and was last updated 6 years, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Fitness Pro Forum › Mobile Layout
Hi,
How can I change how content inside the slider is displayed on a mobile device? My read more is half cut off off and overlayed. My content is not positioned correctly like it is on the computer.
Hi,
Website URL please?
Regards,
Chris
dahlgard.fitness
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) {
.nivo-caption { width: 100% !important; top: 7% !important;}
}
Regards,
Chris
Great!!! Thank you.
🙂
Adding Floating Cookies Bar in Footer of WordPress Website Today we’ll leave you with the practical ways of adding WordPress floating cookies bar in the […]
How to Add WordPress Multiple Authors in a Blog or Website? For adding multiple plugins, Author Avatar Lists Plugin works efficiently that you can easily […]
How to limit post revisions in a WordPress Website? WordPress content management system comes with prebuilt limit post revisions functionality. It’s a system that keeps […]