Tagged: x
-
AuthorPosts
-
September 7, 2016 at 9:59 am #1164589
christiaan pParticipantHi please have a look at my site
in mobile mode the alignment is all out.
especially in ipad size.the 3 boxes are not responding well to the responsiveness
any help?
September 7, 2016 at 11:14 am #1164701
RupokMemberHi there,
It’s happening because you have some CSS that’s setting static width for the elements inside like this :
ul.x-slides, .x-flexslider.x-flexslider-shortcode.x-flexslider-shortcode-1, .x-flexslider-shortcode-container { display: block; margin: 0 auto; width: 300px; }Let’s not do so with static pixel value to get usual responsiveness.
Thanks!
September 7, 2016 at 11:37 am #1164724
christiaan pParticipanthi, its still not responding well?
i already had that code in the css??September 7, 2016 at 1:28 pm #1164912
JoaoModeratorHi There,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks!
Joao
September 7, 2016 at 2:32 pm #1165006
christiaan pParticipantThis reply has been marked as private.September 7, 2016 at 9:37 pm #1165702
RadModeratorHi there,
Try this one,
.container-fluid.fx-calculator { width: 100% !important; } @media ( min-width: 768px ) { .container-fluid.fx-calculator { width: 30% !important; } }And make sure this CSS is properly closed
@media (min-width:979px){ li#menu-item-550 { margin-right: 0px; }Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1164589 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
