Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #824878

    I looked in the forum but did not see anything like what I need.

    On the main web page, I have a grid row called #av-layout-grid-1 and each row has a text box that I need to set to 250px in height, I just can’t seem to find a way to make that happen. What is a fix for this?

    Dave

    #824892

    Hey dmpitzer,

    The height can’t really be adjusted. The padding can be. Please add the following to quick css:

    #av-layout-grid-1 .flex_cell_inner {
        padding: 3px!important;
    }

    Best regards,
    Jordan Shannon

    #824898

    Thanks, Jordan.

    Is there any way to be sure the buttons line up at the bottom of the of each column in the grid row then? The buttons all keep shift based on the text above them and the screen width and it looks so unprofessional.

    Dave

    #825251

    To fix this I ended up creating multiple grid rows based upon screen size. While not the solution I would have preferred (CSS is always the best option), it does work. I would recommend a change in the future to be able to control sizes better on different devices.

    #826728

    Hi,

    Great, glad you found a solution and thanks for the feedback. We’re always trying to make the UX and workflow easier for users, though some scenarios can be tricky.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.