Hi there! So currently I’m using the Fashe theme and when i am viewing a product on my site it is overlapping the product title over the categories menus. Where would I apply padding to fix this problem?
1 Like
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
Thanks, I appreciate it.
URL: https://vapor21.myshopify.com/collections/vape-kits/products/smok-novo-3-kit
password: iaflay
1 Like
Please add the following code at the bottom of your assets/main.css file.
.wrap_header{
background-color: #fff !important;
}
Your menu is transparent. Please let me know if you have still had the problem or provide me a screenshot.
Thanks!
1 Like
You fixed my other problem. Thank you so much!
1 Like
What about this problem, can you explain?
@dmwwebartisan I was meaning like how this text is close and sometime overlaps here when you click on a product.
1 Like
Please add this code at the bottom of your assets/main.css file.
.bread-crumb a:nth-child(3) {
margin-left: 20px;
font-size: 15px;
}
.bread-crumb a:nth-child(3):before {
margin-right: 10px;
margin-left: 10px;
font-size: 15px;
content: "\003E";
}
Hope this helps.
Thanks!
You’re amazing, thank you very much! Worked Perfectly
1 Like