- This topic has 3 replies, 2 voices, and was last updated 9 years, 2 months 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 › All Other Themes › Buttons overlaying on mobile
Hi Guys
I have 4 feature buttons on our page, but when viewing on mobile the text of the first image is overlaying the second, and then the text of the second overlaying the image of the third etc..
Can I space these out? It is also hiding the “Click here” link on mobile view.
web address – www.bushcraft-magazine.co.uk
current custom css code is as follows
.header .header-inner .logo{float:none !important; text-align:center;}
.header .header-inner .logo img{height:200px !important;}
.feature-box .feat-image{height:auto;}
.feat-image img {height:160px;}
@media screen and (max-width:990px) {
.nav ul { background:#252525;}
.header .header-inner .logo img{height:100px !important;}
}
@media screen and (min-width:320px) and (max-width:767px) {
.slide_info h2, .slide_info h2 a, .slide_info h2 a:hover { font-size:16px !important;}
}
@media screen and (min-width:768px) and (max-width:1024px) {
.header .header-inner .logo img { height:80px !important;}
.header .header-inner .nav ul li { padding-right:30px !important;}
.header .header-inner .nav ul { font-size:15px !important;}
.header .header-inner .nav { padding-left:0 !important}
.slide_info { top:25px !important; width:60% !important;}
}
@media screen and (max-width:479px) {
.slide_info { top:195px !important;}
}
Thanks
Matt
Hi Matt,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.feature-box{height:auto !important;}
Regards,
Brad
Thanks, that’s sorted it
Matt
🙂
WordPress Payment Gateway Plugins Running an online shop is exciting, but one of the biggest challenges store owners face is handling payments. Customers today expect […]
Support Ticket System or Help Desk WordPress Plugins Providing great customer support is no longer optional—it’s a necessity. Whether you’re running an online store, offering […]
WordPress Calculator Plugins Websites today are more than just digital brochures—they’re interactive platforms designed to engage users. One of the most effective ways to make […]