This topic has 7 replies, 3 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
Hi,
I am having trouble with the following (links in private message)
1. The logo is not centred and appears to be towards the right.
2. When screen size is reduced, the wishlist, shopping cart icons overlap the logo in header section.
3. I need to add padding on both sides of the navigation menu/wishlist row in the header so it appears more centred.
4. Also need to add padding to fixed header as the logo and widgets appear to be on the edge on both sides.
5. I have opted to make the header transparent, however is thera way to adjust opacity and make it semi-transparent?
Look forward to your advice.
Thanks.
HI, I am awaiting you advice on this. Thank you.
Hello,
Sorry for the delay in answering.
1. It could be centered inside to menu block http://prntscr.com/eilx1d Do you want to center it due to whole container width?
2. Check now.
3. Provide me screenshot for better understanding.
4. Provide me screenshot for better understanding.
5. Use custom CSS instead of theme option in this case (Theme Options > Styling > Custom CSS) I have added
.template-container .fixed-header {
background-color: rgba(255, 255, 255, 0.5);
}
Regards
Hi, Thanks! Except for 2 minor issues with the header/logo everything else seems to be working fine now.
1. I need to increase the size of the logo but I can’t find the option to that.
2. The nav menu is sitting too close to the logo and need to ass some padding between the logo and the menu.
Please see link in private message.
Hello,
Please, try to use this code:
.header-xstore .header-logo {
width: 28%;
}
.menu-wrapper.menu-align-right .menu a {
font-size: 12px;
padding: 0.77em;
}
.header-xstore .menu-wrapper {
width: 54%;
}
.header-xstore .navbar-header {
width: 18% !important;
}
Regards
Hi, I’ve aded the code to custom CSS but it hasn’t made any difference. Please see private message for admin details. Thanks.
Hello,
You had some issue in Custom css. I’ve changed it. Please check.
Regards
You must be logged in to reply to this topic.Log in/Sign up