When using the centered fullwidth header module the the alignment of the buttons is off on mobile. This code will fix that.
Notes
You may need to change the 479px screen size based on your button text.
CSS Code
[css] /*** FULLWIDTH HEADER BUTTONS ON MOBILE ***/ @media only screen and (max-width: 479px) { .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one { margin-right: 0; } } [/css]
0 Comments