Tagged: Widget
Here is my website:
http://2ndstreetpizzeria.com
I have an “Order Now” button as a widget below the main menu. I’d like to move it a few pixels left to align it with the elements in the main menu. Is this possible?
Hey volocom7,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header .avia-custom-sidebar-widget-area .widget {
padding: 0 !important;
}
Best regards,
Jordan