Home › Forums › All Other Themes › Some questions about Perfect cleaning theme
- This topic has 9 replies, 2 voices, and was last updated 7 years, 1 month ago by Sonl Sinha.
-
AuthorPosts
-
October 7, 2017 at 4:51 pm #84934
Hi,
I’m working in web: wwww.xixonenca.com
and I have encountered some issues.1) Home slider title and description they do not appear correctly. Appear to the left and whitout background color.
2) Home featured blocks, in tablet view, appear two on the side and the third on the bottom. I wish all three were in the same line.
How can I fix this?
Thank you very much for your help!!
Best regards,
VanessaOctober 9, 2017 at 7:19 am #84991Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
1. Answer
.nivo-caption { width:1170px !important; left:50%; transform:translateX(-50%); background: rgba(0,0,0,0.5);}
2. I am not sure what you mean by this. Can you may be draw or point out in an image?
You can upload image in imgur.com and share the link here.
Regards,
DaveOctober 9, 2017 at 8:23 am #85021Hi Dave,
1) Perfect!! Thank you very much for your help.
2) In tablet view, home featured blocks appears two in one line and the third one in another line, and I would like all three to appear on the same line.
Also the title of the block that appears in the line below is not correctly seen.
Screenshot:
Best regards,
VanessaOctober 9, 2017 at 8:37 am #85026Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (min-width:480px) and (max-width:767px) { .featured_block { width:29% !important; margin:0 !important; height:auto !important;} .featured-cont-box h3 { font-size:17px !important;} }
Regards,
DaveOctober 9, 2017 at 8:50 am #85036Hi Dave,
Perfect!!
I have another question. How can I disable nivo caption for mobile and tablet view?
Best regards,
vanessaOctober 9, 2017 at 9:14 am #85041Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:1160px) { .nivo-caption { width:96% !important;} }
Regards,
DaveOctober 9, 2017 at 2:58 pm #85083Hi,
Perfect. Thank you very much!!
Best regards,
VanessaOctober 10, 2017 at 4:54 am #85107Hi Vanessa,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/10/
Regards,
DaveOctober 10, 2017 at 7:57 am #85139Hi Dave,
Of course. Done 😉
Best regards,
VanessaOctober 10, 2017 at 8:00 am #85141Thanks 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.