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
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
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
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.