Tagged: x
-
AuthorPosts
-
January 5, 2017 at 1:03 pm #1317680
15bakes
ParticipantHi 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 #1317709Joao
ModeratorHi 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 #131818815bakes
ParticipantOn my mobile it looks a lot smaller. I’m browsing on my Iphone 7
January 5, 2017 at 8:08 pm #131826015bakes
ParticipantAlso if you go to http://mobiletest.me/ and test the mobile version it has the same problem
January 5, 2017 at 10:51 pm #1318393Rupok
MemberHi 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 #132429415bakes
Participanthi the individual word gets smaller
January 10, 2017 at 5:12 pm #1324658Jade
ModeratorHi 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 #133860715bakes
ParticipantThis reply has been marked as private.January 20, 2017 at 5:26 pm #1339051Rue Nel
ModeratorHello 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 #133980515bakes
Participanthi,
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 #1340097Rue Nel
ModeratorHello 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 #136604115bakes
ParticipantHi 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 #136604315bakes
ParticipantThis reply has been marked as private.February 10, 2017 at 7:44 pm #1366614Rue Nel
ModeratorHello 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 #137393115bakes
ParticipantIt’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
- <script> jQuery(function($){ $("#no-reply-1317680 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>