How do I centralise the Log in menu and writing to the middle of the page? Its over to the right at the moment
Thanks
How do I centralise the Log in menu and writing to the middle of the page? Its over to the right at the moment
Thanks
Hey @LShop4 share the URLs of your website plz
Hi @LShop4 Can you pls share the website password.
a.ic-inline-flex.ic-align-items-center {
display: flex;
justify-content: center;
}
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the tag before the body ----->
if this code work please do not forget to like and mark it solution
Hi @LShop4
You can add the following in you base.css file at the end of the file.
.ic-logo-image {
display: flex;
justify-content: right;
margin: 0 50px;
}
.b2b-intro-image {
display: none;
}
.b2b-login-wrapper {
justify-content: center;
}
Let me know if need further assistance
Regards,
Artzen Technologies
Perfect thanks