Sign up - by Mokaddis - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 4 years, 8 months ago ago by Olga Barlow

  • Avatar: Mokaddis
    Mokaddis
    Participant
    July 30, 2019 at 15:16

    Issue1: Sign-in link/option is available in the header but Sign up link/option is not available. How can I fix this problem? Please help me.

    Issue 2: How can I set my header section logo left position in the mobile layout?

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 30, 2019 at 16:04

    Hello,

    1. Go to WooCommerce > Settings > Account > enable registration on My Account page.
    2. Do you want to align logo in this way http://prntscr.com/om1qjt ?

    Regards

    Avatar: Mokaddis
    Mokaddis
    Participant
    July 31, 2019 at 16:03

    yes, I want to place my logo on the left side.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 31, 2019 at 16:45

    Hello,

    Add the following code to child theme style.css to align logo to left for the mobile devices

    @media only screen and (max-width: 992px){
        .header-logo {
            text-align: left;
            margin-left:40px;
        }
    }

    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.