The top navigation seems to be off alignment (a little bit to the left) with the rest of the page. Is there some way to align it?
Thank you.
Jerry
1 Answers
Hi Jerry,
To resolve this issue, please go to Dashboard / Appearances / Customize / Custom Code, and add the code below to Header Code section:
<style>
@media (min-width: 767px) {
.layout-right .main.col-sm-12 {padding-left: 10px;float: none;}
}
.product {border: 0;padding: 0 10px;overflow: hidden;}
</style>
Hope this helps!
Thank you so much. It worked perfectly.
Please login or Register to submit your answer
replied 10 years ago
my website is http://www.sparkosweets.com btw if you want to see what I mean. Thanks a lot!