Jerry Zhou
asked 10 years ago

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

Jerry Zhou
replied 10 years ago

my website is http://www.sparkosweets.com btw if you want to see what I mean. Thanks a lot!

1 Answers
Kido D
answered 10 years ago

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!

Jerry Zhou
replied 10 years ago

Thank you so much. It worked perfectly.

Powered by DW Question & Answer Pro