Hello, I am trying to apply negative margin to the header in order to get the logo to stick out past the header. I have applied the following CSS, which is working well in Chrome; however it is not working in other browsers such as IE and FireFox. Could you please take a look and let me know the best way to go about doing this? Thank you!
Hello, I am trying to apply negative margin to the header in order to get the logo to stick out past the header. I have applied the following CSS, which is working well in Chrome; however it is not working in other browsers such as IE and FireFox. Could you please take a look and let me know the best way to go about doing this? Thank you!
.container, .woocommerce-tabs .full-width-content .tab-container {
margin-bottom: -35px !important;
}
http://hvss.webdizzine.com/
Hey ,
Try using this instead:
Thanks
ThemeNectar Support Team