Hi there, the buttons are aligning properly and stacking properly on mobile EXCEPT for the ipad view (768px x 1024px), the Services button is lower than the Contact button, not straight across.
Can you help me out?
Hey BrendaSarg!
Add this to a codeblock element in the page.
<style type = "text/css">
@media screen and (max-width: 767px) and (min-width: 990px) {
#av_section_1 .av_one_fourth { width: 100% !important; margin-right: 0px !important; margin-left: 0px !important; }
}
</style>
Regards,
Elliott
Perfect, thank you!