NiceThemesHow to enable texts on responsive mode? – NiceThemes http://nicethemeswp.com/forums/topic/how-to-enable-texts-on-responsive-mode/feed/ Wed, 23 Apr 2025 14:56:53 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/how-to-enable-texts-on-responsive-mode/#post-5617 <![CDATA[How to enable texts on responsive mode?]]> http://nicethemeswp.com/forums/topic/how-to-enable-texts-on-responsive-mode/#post-5617 Tue, 21 Apr 2015 06:52:33 +0000 unaisc I need my slider texts should appear on responsive mode, please help me on this

]]>
http://nicethemeswp.com/forums/topic/how-to-enable-texts-on-responsive-mode/#post-5619 <![CDATA[Reply To: How to enable texts on responsive mode?]]> http://nicethemeswp.com/forums/topic/how-to-enable-texts-on-responsive-mode/#post-5619 Tue, 21 Apr 2015 18:33:33 +0000 Juanfra Aldasoro Hello,

Thanks for writing and hoping that you are doing well.

The slider caption is hidden on mobile devices because of a design decision. There’s not enough space for some texts to appear.

If you want to modify that you will need to add some css rules like the following:

@media screen and (max-width: 860px) {

	.flex-active-slide .flex-caption {
		display: block;
	}

}

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/how-to-enable-texts-on-responsive-mode/#post-5643 <![CDATA[Reply To: How to enable texts on responsive mode?]]> http://nicethemeswp.com/forums/topic/how-to-enable-texts-on-responsive-mode/#post-5643 Tue, 28 Apr 2015 05:50:20 +0000 unaisc can you please explain me where i need to add this codes, i am not good with coding

]]>
http://nicethemeswp.com/forums/topic/how-to-enable-texts-on-responsive-mode/#post-5649 <![CDATA[Reply To: How to enable texts on responsive mode?]]> http://nicethemeswp.com/forums/topic/how-to-enable-texts-on-responsive-mode/#post-5649 Tue, 28 Apr 2015 14:48:23 +0000 Andrés Villarreal Hi,

There’s two places where you can add the code:

1. In the custom.css file inside the theme.
2. In Theme Options > Design & Styles > Custom CSS, right in the WordPress admin panel.

Any of both will work, you just need to choose the one that’s more comfortable for you.

Best,

Andrés.

]]>
http://nicethemeswp.com/forums/topic/how-to-enable-texts-on-responsive-mode/#post-5659 <![CDATA[Reply To: How to enable texts on responsive mode?]]> http://nicethemeswp.com/forums/topic/how-to-enable-texts-on-responsive-mode/#post-5659 Tue, 05 May 2015 09:30:05 +0000 unaisc It is working fine, but font size is not responsive, it seems like bigger in size, can you please help me on this

]]>
http://nicethemeswp.com/forums/topic/how-to-enable-texts-on-responsive-mode/#post-5662 <![CDATA[Reply To: How to enable texts on responsive mode?]]> http://nicethemeswp.com/forums/topic/how-to-enable-texts-on-responsive-mode/#post-5662 Tue, 05 May 2015 17:16:29 +0000 Juanfra Aldasoro Hello,

Thanks for the follow up.

That’s what I explained in the first message. The slider caption is hidden on mobile devices because of a design decision. There’s not enough space for some texts to appear.

Unfortunately we can’t give you support on your particular customization. The text size will differ depending on the amount of text you have inserted for each slide. http://nicethemeswp.com/article/support-vs-customizations/

I can suggest you to use percentages as units if you want to have the font size adjusting to the different viewports.

Best,
Juan.

]]>