Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1164589
    christiaan p
    Participant

    Hi please have a look at my site

    http://mymoneysend.com/

    in mobile mode the alignment is all out.
    especially in ipad size.

    the 3 boxes are not responding well to the responsiveness

    any help?

    #1164701
    Rupok
    Member

    Hi 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!

    #1164724
    christiaan p
    Participant

    hi, its still not responding well?
    i already had that code in the css??

    #1164912
    Joao
    Moderator

    Hi 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 / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks!

    Joao

    #1165006
    christiaan p
    Participant
    This reply has been marked as private.
    #1165702
    Rad
    Moderator

    Hi 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!

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