-
AuthorPosts
-
May 21, 2015 at 1:49 am #278472
ikarakasParticipantHi,
How can i disable responsive features ? I tried suggestions but still mobile version is active.Thank you
May 21, 2015 at 1:53 am #278474
RadModeratorHi there,
Thanks for writing in.
It’s not really possible at the moment due the features that should be disabled along with the responsiveness.
You can try but could be effective on mobile only.
Remove this line :
<meta name="viewport" content="width=device-width, initial-scale=1.0">from :
\wp-content\themes\x\framework\views\global\_header.phpHope this helps.
May 21, 2015 at 2:34 am #278500
ikarakasParticipantDo you have plan for this feature?
May 21, 2015 at 2:45 am #278510
Rue NelModeratorHello Again,
We are not entirely sure of what you want to achieve. X has been built as optimized as possible to work on mobile first. X is using media queries. Disabling the responsiveness of theme would require rebuilding the css of the theme. Could please clarify whether you want only to disable the responsiveness of a particular element or for the whole theme.
Thank you.
May 21, 2015 at 2:51 am #278516
ikarakasParticipantThank you for quick response. I just want to disable responsiveness only x-promo element.
May 21, 2015 at 3:03 am #278530
Rue NelModeratorHi Again,
To assist you better with the x promo element, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thank you.
May 21, 2015 at 3:44 am #278557
ikarakasParticipantThis reply has been marked as private.May 21, 2015 at 4:40 am #278585
Paul RModeratorHi,
You can add this under Custom > CSS in the Customizer.
body .x-promo { min-height: 600px; }Change 600px to achieve your desired height.
Hope that helps.
May 21, 2015 at 6:14 am #278628
ikarakasParticipantThis reply has been marked as private.May 21, 2015 at 8:03 am #278676
Paul RModeratorHi,
You can add this under Custom > CSS in the Customizer.
@media (max-width: 1200px){ .x-column.x-1-4 { width: 48%; } }You may change 1200 to adjust the breakpoint when it will become 2 in a row.
Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-278472 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
