This topic has 12 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Hi there!
Installed the the on a new website, but the product layout of woo commerce backend is messed up.
See print screen: https://dev.moodzdesign.nl/wp-content/uploads/2018/01/Schermafbeelding-2018-01-31-om-12.26.17.png
What goes wrong?
Yes, great! Thanks 🙂
Other question; see header. Can i fix the icons like cart, search etc. to get them next to each other?
Hello,
You’re welcome!
Please check Header settings in Theme Options > General.
Regards
Hi Rose!
1. Header icons; i’m sorry but i can’t fix it. They are not in 1 line. Can you help me :)?
2. See homepage; i used “Carousel Products” in the tabs. But sometimes it does not load, then it’s light grey color. When i refresh the page, then it’s normal black. Strange right?
3. See homepage: At bottom of the page i set my information. See my E-mailadress. The “m” in Moodzdesign is a big “m”. Really strange, i can’t see anything in the code…. 🙁
4. See https://dev.moodzdesign.nl/portfolio/; the top of the images is not straight. The left one is more down than the others. Can you understand me haha :)?
5. See shop page; i have products in the shop but they don’t show it…
Hope you can help us
Hello,
1. Delete this code http://prntscr.com/i8p4qd Theme Options > Styling > Custom css.
2. This is bad practice to use carousel element inside tabs.
3. Please check settings of Info Box element and make sure that for the content: Transform – none.
4. Make sure that all your portfolio projects have featured images http://prntscr.com/i8pazu
5. I do not see the problem http://prntscr.com/i8pbb6
Regards
Good morning!
Hopefully you can help me with the following:
1. The logo is very large and we can’t get it smaller. I can’t find any CSS or something that will cause this. How can we reduce size?
3. Please check a product page. The review section is going “over” the image… And the thumbnails over the review section… -> See private content for credentials
Hello,
1. Please add this code in Global Custom css:
@media only screen and (min-width: 993px){
.header-wrapper.header-double-menu .header-logo img {
max-width: 50px;
}
}
3. Delete this code from custom css – http://prntscr.com/iqit7l
Regards
Perfect!
Last question; how can i reduce the top and bottom padding of the fixed header?
.fixed-header .container {
padding-top: 0px;
padding-bottom: 0px;
}
Regards
Hello!
Could you help us with the following questions?
1. See mobile footer: the links are black. How can we turn them in to white? It’s only on mobile
2. See mobile footer: How can we have more space between the text-rows in height?
3. One homepage: Using 8theme products slider; how can we change the font of the prices? It’s not like the rest of the website
4. See single product; How can we change the font of “Quantity” and “Add to wishlist”?
5. See blog page: https://dev.moodzdesign.nl/blog/; All the preview texts fonts are different. How can we set them as normal?
Hello,
1. Delete this your custom code – http://prntscr.com/jp09zi
2. Please provide a screenshot for better understanding the desired result.
3. Theme Options > Typography > Page > Body Font or add this code in Global Custom css:
.product-slide .content-product .price {
font-family: "Amatic SC";
}
4. Edit your custom css http://prntscr.com/jp0cwg
5. Please provide me a screenshot of the problem.
Regards
You must be logged in to reply to this topic.Log in/Sign up