Tagged: x
-
AuthorPosts
-
January 5, 2017 at 1:03 pm #1317680
Hi my website is http://goldentouchwebdesign.com/ and when I underline the “you” it changes the size and makes it way to small on mobile. how can I fix this?
January 5, 2017 at 1:30 pm #1317709Hi There.
It looks the same size on my end.
Are you still experiencing the issue? On Which broswer and device.
Joao
January 5, 2017 at 7:27 pm #1318188On my mobile it looks a lot smaller. I’m browsing on my Iphone 7
January 5, 2017 at 8:08 pm #1318260Also if you go to http://mobiletest.me/ and test the mobile version it has the same problem
January 5, 2017 at 10:51 pm #1318393Hi there,
Thanks for writing back. Are you saying the whole text get smaller or the word only? I have checked and it looks usual on my end. If you are trying to make the whole text more responsive, then you can follow the “Responsive Settings” from Revolution Slider documentation – https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
Cheers!
January 10, 2017 at 12:30 pm #1324294hi the individual word gets smaller
January 10, 2017 at 5:12 pm #1324658Hi there,
There is now an under construction page active on the site.
Kindly provide your admin access so that we can check it.
Thank you.
January 20, 2017 at 11:45 am #1338607This reply has been marked as private.January 20, 2017 at 5:26 pm #1339051Hello There,
Thank for updating in! Instead of using this:
<u>you</u>
Please use this instead;
<span style="text-decoration: underline">you</span>
To know more how you can create a a fully responsive slider, please check out this video:
Hope this helps.
January 21, 2017 at 12:41 pm #1339805hi,
thanks for the help but it still isn’t working.
There must be a way to underline the word “you” without it getting very small on mobile.
January 21, 2017 at 8:40 pm #1340097Hello There,
You can update the code and use this:
<span id="text-you" style="text-decoration: underline">you</span>
And then please add the following css code in the customizer, Appearance > Customize > Custom > CSS
@media(min-width: 767px){ body #text-you { font-size: 22px !important; } }
Please let us know if this works out for you.
February 10, 2017 at 10:54 am #1366041Hi that worked in the sense I can easily increase the size of that individual letter however for some reason on mobile it still won’t increase in size. Is there any way you can add a mobile version into that css?
February 10, 2017 at 10:56 am #1366043This reply has been marked as private.February 10, 2017 at 7:44 pm #1366614Hello There,
Thanks for updating in! Please have the css code updated and make use of this code instead”
body #text-you { font-size: 22px !important; } @media(max-width: 767px){ body #text-you { font-size: 22px !important; } }
If you need anything else we can help you with, please let us know.
February 16, 2017 at 12:40 pm #1373931It’s still not working.
Is there any way else we could fix this?
Is there any way to edit specifically the mobile version of a site?
-
AuthorPosts