This topic has 4 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Olga Barlow
Hello! I would like to make the right part of the header (my account & cart widget) bigger. How can I increase the size of those two?
Hello,
There is no option to do this but it’s possible by custom CSS. Provide link to your site, we’ll check what header type you use and position of your cart and account icons and send you the correct code.
Regards
Thank you very much. The header type is: DOUBLE MENU
My website is on localhost so I can share it now.
Is the info I gave u enough to write me the code?
Hello,
Try the following code
.navbar-header .cart-bag:before, .navbar-header i, .navbar-header .my-account-link a:before, .navbar-header .login-link a:before, .header-search i {
font-size: 25px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up