- This topic has 23 replies, 2 voices, and was last updated 7 years, 4 months ago by .
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Web Hosting Theme
Hi Fay Dixon,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/16/
Regards,
Dave
Hello
Is there any way that the buttons on my sliders can show on mobile please
Hi,
Issue resolved. Kindly check and confirm.
Regards,
Dave
Awesome thank you so very much. I put a review as well earlier.
Have a nice day!
🙂 🙂
Hello
I just wanted to know is there any possibility to hide the contact details that are in the header, on mobile but keep the social media icons. It will all still be view-able on desktop. www.uprosper.co.za
Thank you
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
.right { display:none;}
}
Regards,
Dave
Awesome thank you it works, can you please adjust the bottom margin or padding on mobile please
Hi,
Remove
@media screen and (max-width:479px) {
.right { display:none;}
}
And add this new css code there:
@media screen and (max-width:479px) {
.right { display:none;}
.head-info-area .left { padding:0 !important;}
.social-icons { margin:10px 0 !important;}
}
Regards,
Dave
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]