Few Problems need help with - by ryan@rrwebdesign.co.uk

This topic has 4 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler

  • Avatar: ryan@rrwebdesign.co.uk
    ryan@rrwebdesign.co.uk
    Participant
    June 23, 2018 at 09:24

    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

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 25, 2018 at 07:49

    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

    Avatar: ryan@rrwebdesign.co.uk
    ryan@rrwebdesign.co.uk
    Participant
    June 25, 2018 at 14:37

    Thank you for getting back to me on the point above

    1) Please see attached screenshot of the blog post

    http://prntscr.com/jz41u4

    3) I have added the CCS and hasn’t sorted the problem please see screenshot attached

    http://prntscr.com/jz41j5

    Thanks

    Ryan

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 09:51

    Hello,

    1.

    .single-post .post-single {
        text-align:  center;
    }

    3.

    @media (max-width: 480px){
    .header .shopping-cart-widget .cart-summ span {
        display:  none;
    }
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.