This topic has 4 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Hi, If you wouldn’t mind helping me on a few points, please
Blog post featured image, slightly to the left on desktop?
Uncategorised showing on site even though there are no products in the category?
Mobile view the logo goes into the basket slightly can this be moved more to the right more?
The account page, can I change the wording and order that the menu is displayed?
Take off downloads on the accounts page
Many Thanks
Ryan
Hello,
1. Please provide screenshot for better understanding.
You can use such screenshot maker as Lightshot.
2. Please read this – https://wordpress.org/support/topic/woocommerce-category-issue-uncategorized/
3. You can add this code in custom.css file of parent theme or in style.css of child theme:
@media (max-width: 992px) {
.fixed-header-area .fixed-header .logo-with-menu {
margin-left: 16%;
}
}
4. I would recommend you to contact woocommerce support.
To set this menu http://prntscr.com/jyyj75 go to Appearance > Menus > create a new menu + http://prntscr.com/jyyjj5
5.
.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {
display: none;
}
Regards
Thank you for getting back to me on the point above
1) Please see attached screenshot of the blog post
3) I have added the CCS and hasn’t sorted the problem please see screenshot attached
Thanks
Ryan
Hello,
1.
.single-post .post-single {
text-align: center;
}
3.
@media (max-width: 480px){
.header .shopping-cart-widget .cart-summ span {
display: none;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up