Tagged: x
-
AuthorPosts
-
December 12, 2016 at 1:53 pm #1290378
Luff36ParticipantDear, my layout on mobile broke. I have no idea how this is resolved.
There’s a Giant “Row” traversing almost every page.
Please help me fix it again.look at: https://www.opentest.co/share/14115ab0c0a411e693d2c326b54ba9c0
December 12, 2016 at 2:48 pm #1290428
Luff36ParticipantThis reply has been marked as private.December 12, 2016 at 3:48 pm #1290490
JadeModeratorHi there,
Would you mind providing us with your website URL so that we can check?
Thank you.
December 13, 2016 at 1:16 pm #1291687
Luff36ParticipantThis reply has been marked as private.December 13, 2016 at 5:36 pm #1291970
JadeModeratorHi there,
Thanks for that.
Is there any special reason why you have to add some empty columns with a huge negative margins in the section containers on the page? These are causing the issue on mobile. You can try adding this custom CSS:
@media (max-with: 767px) { .home #x-section-4 { margin: 0 !important; } }Hope this helps.
December 14, 2016 at 11:52 am #1293042
Luff36ParticipantDid not work! 🙁
December 14, 2016 at 2:33 pm #1293241
JadeModeratorHi there,
It seems to be fine now when I checked the sections on Cornerstone since the empty sections with negative margins are removed.
December 14, 2016 at 3:00 pm #1293294
Luff36ParticipantI have refactored the sections and it is already working, thank you.
December 14, 2016 at 3:01 pm #1293295
Luff36ParticipantThank you Jade!
December 14, 2016 at 3:08 pm #1293305
Luff36ParticipantJade,
Is there any way to change the size of the fonts in the mobile version just by the cornestone, or, do I have to do it through customizer (CSS)?
Still, how can I resize the header (logo and background) to mobile? I think it’s too big on the mobile version.December 14, 2016 at 8:11 pm #1293687
RadModeratorHi there,
Yes, you’ll have to use customizer’s custom CSS, example,
Add this to your custom CSS,
@media ( max-width: 767px ) { .font-size-14 { font-size: 14px; } .font-size-16 { font-size: 16px; } /* add more here */ }Then simply add font-size-14 or font-size-16 to your target element’s Class input.
As for the logo, please add this as well
@media ( max-width: 767px ) { .x-brand img { width: 90px; } }Or you can simply add this CSS from the above CSS that I provided, merging them
.x-brand img { width: 90px; }Like this
@media ( max-width: 767px ) { .font-size-14 { font-size: 14px; } .font-size-16 { font-size: 16px; } .x-brand img { width: 90px; } /* add more here */ }It’s more cleaner that way.
Cheers!
December 15, 2016 at 11:10 am #1294479
Luff36ParticipantYou guys are sensational! Excellent support!!!
Taking advantage, how can I make the highlight animation not work on smartphones. Just keep the phrase without animation!
Look at attach!
December 15, 2016 at 1:42 pm #1294662
JadeModeratorHi there,
Disabling the effect in the text type element on mobile would require some customization. What I can suggest is that you can duplicate the Header section and replace the text type element with a custom headline element then place the text there. Then you can use the Hide based on screen width to set the duplicated section to be visible only on mobile. Do the same to the main header section with the text type elements as well but make it visible on desktop.
Hope this makes sense.

-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1290378 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
