Home › Forums › All Other Themes › Responsive version Adventure Theme Pro
- This topic has 9 replies, 2 voices, and was last updated 6 years, 4 months ago by Sonl Sinha.
-
AuthorPosts
-
August 1, 2018 at 9:10 am #104888
Dear SKT,
website: www.indyque.com
In the mobile version of our website, the homepage slider does not show the text on the photo’s correct.
1. Is it possible to only show our Brand Name when people visit our website on their mobile. This way the text on the slider will be seen.
2. The navigation button does not show when on the mobile version, how can we make this be seen
3. Is it possible to hide a section on the homepage when being visited on a mobile phone?Screenshot of problem 1 and 2: https://imgur.com/uSwUePf
Best regards,
Sanne van der GriftAugust 2, 2018 at 5:28 am #104925Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .logo img { height:auto; width:80%; margin:0 auto 10px; display: table;} #simple-menu { z-index:1000000000;} .header #simple-menu .fa-bars { color:#fff !important;} }
3. Is it possible to hide a section on the homepage when being visited on a mobile phone?
Ans: yes of courseRegards,
ChrisAugust 4, 2018 at 10:24 am #105087Hi Chris,
The custom CSS did its job perfectly thanks.
2 questions though:
1. How can I hide the Home Section 1 when being visited on a mobile?
2. Home section 6 (in my case the UITGELICHT section) does not show nicely on a mobile. See attached print screen. https://imgur.com/a/2hoAciIWebsite url: www.indyque.com
Thanks in advance.
Regards,
SanneAugust 7, 2018 at 5:39 am #105219Hi,
1. How can I hide the Home Section 1 when being visited on a mobile?
Ans: Which sections do you want to hide in mobile2. Home section 6 (in my case the UITGELICHT section) does not show nicely on a mobile. See attached print screen.
Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:@media screen and (max-width:479px) { .specialbox-content p { font-size:12px; margin-bottom:15px;} .specialbox .special-thumb img { height:400px; object-fit:cover;} }
Regards,
ChrisAugust 7, 2018 at 8:01 am #105238Hi,
It is Home Welcome Section that I want to hide on a mobile.
Regards,
sanneAugust 7, 2018 at 8:51 am #105239Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { body.home .home1_section_area { display:block !important;} }
Regards,
ChrisAugust 7, 2018 at 8:56 am #105241Hi Chris,
The Welcome Section (the one with the themes winter, citytrip etc.) still shows on the mobile.
Regards,
sanneAugust 7, 2018 at 9:09 am #105243Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
Remove
@media screen and (max-width:479px) { body.home .home1_section_area { display:block !important;} }
And this new css code there
@media screen and (max-width:479px) { body.home .home1_section_area { display:none !important;} }
Regards,
ChrisAugust 7, 2018 at 9:26 am #105244Hi Chris,
Thanks for you help. It works like a charm 🙂
Regards,
SanneAugust 7, 2018 at 9:41 am #105246Hi Sanne,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/18/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.