forums › forums › Circle Flip Support › Full width mobile devices › Reply To: Full width mobile devices
February 24, 2016 at 2:42 pm
#7742
Hello Andy,
Thanks for clarification. We will roll this fix in our next update. In the mean while, please copy the following CSS code into your Theme Options -> General Settings -> Advanced -> Custom CSS
@media (max-width: 767px) {
.row {
margin-right: 0;
}
.footerList {
margin-left: 0;
margin-right: 0;
}
.mainHeader .navbar {
border-width: 1px 0;
}
}
Hope this resolved your issue, let me know if you need anything else.
Cheers