- This topic has 1 reply, 2 voices, and was last updated 8 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
	
Viewing 2 posts - 1 through 2 (of 2 total)
	
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Travel Eye Pro › Main Page Slider on Mobile Issues
Hi Support team,
We are having issues with the main theme slider on the front page in mobile, the font resize function doesn’t seem to work. The website is http://www.carpetsbydesign.net.au
Thanks
Hello @leontan15,
The display of the content is controlled within the theme . You are getting the content in bigger size as you have wrapped the content with h3 tag .
Even if we decrease the font of the title due to your longer content all of your content will not be visible .
So you can either only display title in your mobile view .
For this use below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.so-widget-sow-hero-default-b48c245eee3d .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper h3 {
 display: none;
}Hope this helps.
Best Regards!!
| Cookie | Duration | Description | 
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". | 
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". | 
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". | 
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. | 
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". | 
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. | 
 
	    


