- This topic has 3 replies, 2 voices, and was last updated 5 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Massage Center (Spa) Forum › CSS needed to correct responsive formatting
Hello,
Could I get some help with CSS code to fix the responsive formatting for my site?
The frontpage slider looks great on a desktop but not on mobile devices.
The website is: www.goodpractice.ca
Current CSS is:
span.desc{display: none;}
@media screen and (max-width:767px) {
.innerbanner { height:auto !important;}
}
#simple-menu { color: #434242; z-index: 99999999;}
}
Thannks!
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
.nivo-caption .title {
font-size: 20px !important;
}
.nivoSlider img { max-width:130% !important; width:130% !important; margin-left:-30%;}
}
Regards,
Dave
This fixed the issue on iPhones but when I test on iPads, the green title “Welcome to” and words “Good Practice Physiotherapy” are forced to overlay on top of the logo and top menu bar.
Is there a way to force the slide title and appointment button to show but not overlay on top of the logo and top menu?
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (min-width:768px) and (max-width:1023px) {
.nivo-caption { top:60%;}
.nivo-caption .title {
font-size: 40px !important;
}
.nivoSlider img {
max-width: 130% !important;
width: 130% !important;
margin-left: -30%;
}
}
@media screen and (min-width:768px) and (max-width:1023px) {
.nivo-caption { top:70%;}
.nivo-caption .title {
font-size: 42px !important;
}
.nivoSlider img {
max-width: 130% !important;
width: 130% !important;
margin-left: -30%;
}
}
Regards,
Dave
Why Your Hosting Solution Shapes First Impressions Before a customer contacts your team or visits your store to purchase any product or service, they first […]
Are you looking for the best WooCommerce based plugins for your WooCommerce Website? Here’s a list of the best WooCommerce based plugins. These are suitable […]
When talking about WordPress, you may get curious about the plugins used by WordPress, shortcodes, page builder, etc., in the same way, SEO optimized WordPress […]