This topic has 4 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Olga Barlow
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?
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
yes, I want to place my logo on the left side.
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
You must be logged in to reply to this topic.Log in/Sign up