This topic has 2 replies, 2 voices, and was last updated 3 weeks, 4 days ago ago by Tony Rodriguez
hey guys
Can you help as to why my promo text top banner is not shown as full-width? shows great when in the theme options (see attached) however, when viewing in live mode – the margins (white left/right space) show.
Thanks
Gary
Hello, @GBDesignStudio,
Thank you for contacting us and for using XStore.
We are pleased to inform you that your issue has been successfully resolved. Kindly clear your browser cache and revisit your site to see the changes.
As part of the solution, we have added custom CSS code in **XStore > Theme Options > Theme Custom CSS > Global CSS** as follows:
@media only screen and (max-width: 767px) {
.mobile-header-wrapper .header-top .et_column {
padding-right: 0px !important;
padding-left: 0px !important;
}
}
For your reference, we have also provided images in the private content area.
Should you have any further questions or require additional assistance, please do not hesitate to reach out.
Best regards,
8Theme Team
You must be logged in to reply to this topic.Log in/Sign up