Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #361105

    Hi Enfold Team,
    I am working with your Grid Row feature and I am finding the responsiveness of it is kind of funny, eg: it doesn’t adjust evenly. Anything you guys can do about this?

    Thanks

    Screenshots: http://newweb.mindscope.com/wp-content/uploads/2014/12/Grid-Row-Error.png

    #361202

    Hi mindSCOPE Staffing Software!

    It looks like it’s because of the extra large buttons your using there. Try adding this to your custom CSS.

    .avia-button.avia-size-x-large { min-width: 0px !important; width: 80% !important; }
    

    If that does not help then send us a link and we’ll take a look.

    Regards,
    Elliott

    #362344

    I would really rather not dealing with custom css…anyway this can be done in quick css? Also, why is it that when I turn off the responsiveness that the buttons still adjust this way?

    #362969

    Hey!

    Yes you can add the CSS code I provided to the Quick CSS field as well. It’s their default styling. When using them in a one third column like that there just isn’t enough space on small mobiles.

    Best regards,
    Elliott

    #363836

    Hi,

    I have added the code to my Quick CSS field and I am still getting weird responsiveness on the computer. On mobile it is fine because I set them to be listed vertically not horizontally. I need it to look good on smaller computer screens and tablets. It is also on almost every page of my site so I really need it to look right.

    http://newweb.mindscope.com/wp-content/uploads/2014/12/Grid-Row-Error-2.png

    Thanks,
    Mary

    #364185

    Hi!

    Try adding this.

    @media only screen and (min-width: 480px) and (max-width: 767px) {
    .avia-button.avia-size-x-large { padding: 25px 10px 23px !important; }
    }
    

    Best regards,
    Elliott

    #364716

    Hi Elliot,

    Thank you for this, I will keep it on file. I ended up switching the size of the boxes from x-large to large which seems to keep the text on the button, the responsiveness is still a bit off but I prefer this solution to adding custom css.

    Thank you again for your help.

    Mary

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Grid row resposiveness’ is closed to new replies.