How can I fix overlapping text in the Fashe theme?

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?

Example: https://gyazo.com/7fb38613fb72d7c39771ff2f23b8911c

1 Like

@jpope10

Please share your website URL and password if any. I will check and provide a solution here.

Thanks!

@dmwwebartisan

Thanks, I appreciate it.

URL: https://vapor21.myshopify.com/collections/vape-kits/products/smok-novo-3-kit

password: iaflay

1 Like

@jpope10

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

@dmwwebartisan

You fixed my other problem. Thank you so much!

1 Like

@jpope10

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.

https://gyazo.com/f5e280cf23512b0b1fbaf98a96c4285e

1 Like

@jpope10

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!

@dmwwebartisan

You’re amazing, thank you very much! Worked Perfectly

1 Like