Tagged: x
-
AuthorPosts
-
May 11, 2016 at 9:05 am #985861
icebachParticipantHi,
my website: http://www.smartpatentsolutions.de is not responsive on my iPhone. On my desktop, when I change the window-size the responsiveness works fine.
I already added this code to custom/costum code (which I found in this forum):
@media ( max-width: 1024px ) {
.x-nav-wrap.desktop {
display: none;
}
.x-btn-navbar {
display: block;
float: right;
}
.x-nav-wrap.mobile.collapse.in, .x-nav-wrap.mobile.collapsing {
display: block;
}But it does not help.
Thank you in advance for your reply.
Mike
May 11, 2016 at 10:40 am #986035
Nabeel AModeratorHi there,
Thanks for writing in! Please remove CSS from your
cornerstone-custom-page-jssection to fix the issue. It is breaking your site.Let us know how this goes!
May 12, 2016 at 1:14 am #987229
icebachParticipantHi Nabeel,
thank you very much for quick answer. I have removed the code from cornerstone. Unfortunately, the problem still occurs. The following code is now only in the menu custom/custom code/ edit global CSS of the X Menu:
media ( max-width: 1024px ) {
.x-nav-wrap.desktop {
display: none;
}
.x-btn-navbar {
display: block;
float: middle;
}
.x-nav-wrap.mobile.collapse.in, .x-nav-wrap.mobile.collapsing {
display: block;
}
}Besides the mentioned problem, also the mobile button is jumping from the middle to the left side at a certain display size.
Thank you
MikeMay 12, 2016 at 1:29 am #987242
LelyModeratorHello Mike,
Please update this part of CSS above:
.x-btn-navbar { display: block; float: middle; }To this:
.x-btn-navbar { display: block !important; text-align: center !important; }Then make sure to clear cache before checking again. If there’s still any issue, please provide us screenshot so we can help you better.
Always,
XMay 14, 2016 at 2:48 am #990993
icebachParticipantHi,
thanks for your answer. Please find in the following further explanations of the problems: Background information: I have only added css code in the customizer, not in cornerstone. You can see the code in the added picture. The following issues on http://www.smartpatentsolutions.de still occur:
1) Desktop: Mobile button is arranged not only in the center. At a certain windows size of the browser the mobile button is on the left side.
2) on my iPhone 6: Mobile button is only arranged on the left side.
3) Responsive text does not work on my iPhone.
Thank you very much in advance,
MichaelMay 14, 2016 at 2:59 am #991003
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
a.x-btn-navbar { display: table; margin: 0 auto; }Please do not add responsive shortcode directly to your page, you can add responsive item under cornerstone settings tab.
Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-985861 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
