Hey i am trying to create a custom css class that creates equal button sizes for button rows…
I tried:
.equal-button-class.avia-buttonrow-wrap {
min-width: 240px;
}
but it doesn’t seem to be working
Sorry that’s my bad. So on mobile I want them to stay horizontally aligned and left justified (like they are now) but I want to move the left point they are justified to more toward the center.
That did it! Thank you so much!
Hey that fixed them being aligned, but the text no longer looks like it is in the vertical center of the color section. They look closer to the top.
Perfect! Thanks so much.
Sweet that worked…
so now that I have the vertical alignment corrected the burger menu is too high. How do I resolve both of these?
Hey Nikko, I just tried this custom CSS and it seems to bring the menu up but not remove vertical space in between Menu items.
Is there a way to remove space between the menu items in the mobile/burger menu?