Tagged: x
-
AuthorPosts
-
November 22, 2016 at 7:14 am #1266746
yhshin1020ParticipantHey,
I have a responsive text set up in VC but it doesnt seem to resize as you resize the browser screen.
Take a look at this page: http://www.guidedogssg.com/programme/guide-dogs/
The heading “Man’s best friend just got better” has a class ‘omhead2’ here’s the repsonsive text settings:
compression 1.5
min size 50px
max size 70px
but for some reason the normal font is set to 60 instead of 70px and it doesnt decrease in size when you resize the browser.
Also near the bottom of the page, there’s a section called “prerequisite” and heading called “Orientation & Mobility” (see: http://imgur.com/a/xNVTd)
I’ve also placed a responsive text element but it doesnt resize: (see:http://imgur.com/a/A8xvb)
I dont know why this is happening.
Thanks.
November 22, 2016 at 7:16 am #1266749
yhshin1020ParticipantThis reply has been marked as private.November 22, 2016 at 9:12 am #1266886
RupokMemberHi there,
I have checked and I don’t see any minimum font size set for your responsive text – http://prntscr.com/dafbat
You should add both min and max font size along with the compression.
Thanks!
November 22, 2016 at 10:03 am #1266960
yhshin1020ParticipantThis reply has been marked as private.November 22, 2016 at 11:25 am #1267072
RupokMemberHi there,
You can try setting more smaller value for minimum font-size. Also kindly complete all other responsive text with all the required values.
Thanks!
November 22, 2016 at 11:29 am #1267074
yhshin1020ParticipantHey,
But it still doesnt explain why the font size is set to 60px when ive specified 70 for the header.
Thanks.
November 22, 2016 at 11:50 am #1267107
yhshin1020ParticipantFigured it out, but for some reason this part doesnt work:
Also near the bottom of the page, there’s a section called “prerequisite” and heading called “Orientation & Mobility” (see: http://imgur.com/a/xNVTd)
I’ve also placed a responsive text element but it doesnt resize: (see:http://imgur.com/a/A8xvb)
It may be because there is an tag between the <p> tags?
Thanks.
November 22, 2016 at 12:18 pm #1267133
yhshin1020ParticipantThis reply has been marked as private.November 22, 2016 at 12:23 pm #1267140
RupokMemberHi there,
I can help you to control the font size for mobile with CSS. That would be more specific I guess.
You can add this under Custom > CSS in the Customizer.@media only screen and (max-width: 767px) { .h-custom-headline.omhead2 { font-size: 50px !important; } }Let’s add your own selectors there and adjust the screen max-width and font-size for mobile.
Hope this helps.
November 22, 2016 at 12:54 pm #1267180
yhshin1020ParticipantThis reply has been marked as private.November 22, 2016 at 3:43 pm #1267366
JadeModeratorHi there,
The code you have added in line 122 isn’t working because the same block that is set to 50px font size is added in line 1077 that overrides it.
Kindly change the font size of the code in line 1077 instead.
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1266746 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
