Tagged: x
-
AuthorPosts
-
September 10, 2016 at 3:09 pm #1169488
Anthony TParticipantHi,
When making edits on my website and switching between screen sizes, everything responds and looks like I want it too.
However, when viewing in portrait mode on ipad 9.7, elements are displaying as they would as if in landscape mode or on a wider screen.
How do I fix it?
Images will be attached in next message
September 10, 2016 at 3:15 pm #1169492
Anthony TParticipantThis reply has been marked as private.September 10, 2016 at 3:16 pm #1169495
Anthony TParticipantThis reply has been marked as private.September 11, 2016 at 1:44 am #1169836
RadModeratorHi Anthony,
Customizer is WordPress’s built in feature and it’s made that way. We can’t edit WordPress core files to implement what you wish to achieve.
What we did is we only use customizer for X theme options. Preview is something decided by WordPress.
Thanks!
September 11, 2016 at 4:08 pm #1170401
Anthony TParticipantSorry but I don’t think you understand what I mean.
This has nothing to do with customizer. I was just using that to show you an example.
My problem is that things are displaying properly on most devices but not on ipad. This is most likely a css fix.
Please help.
September 11, 2016 at 9:24 pm #1170663
RadModeratorHi there,
Ah, you mean the landscape should display the same what’s on portrait, right?
Please add this CSS,
@media ( max-width: 1024px ) { .x-nav-wrap.desktop { display: none; } .x-btn-navbar { display: block; float: right; } .x-nav-wrap.mobile.in, .x-nav-wrap.mobile.collapsing { display: block; } }Thanks!
September 12, 2016 at 11:36 am #1171623
Anthony TParticipantThanks for that but what I mean is I want the content to collapse on an Ipad. Make sense?
Please help.
September 12, 2016 at 12:43 pm #1171760
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
@media ( max-width: 1024px ) { .x-column.x-1-2 { width: 100% !important; }}Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1169488 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
