Help with centered logo layout
-
Hello, when i try the centered logo layout is looks like the screenshot attached. I played with logo maximum width but nothing changed. Hoe can i make it centered? Thank you
Hello,
Thank you for choosing our theme and contacting us.
Could you please upload a screenshot smaller than 512KB and provide us a link to the page where we can see your website with our theme installed?
Kind Regards
XTemos Studio
Sure, i’m sorry…
Attachments:
You must be
logged in to view attached files.
This header layout requires to have some icons on the right side of the menu (shopping cart widget for example). If you will not use it, then you need to disable search icon also. Or add this code to the Custom CSS in Theme Settings
.right-column {
display:none!important;
}
Regards
It’s solved, but… What if i want to keep the search button? I think it’s important to keep. Thank you
Then, try to add this code also
.header-split .left-side {
display:block!important;
position:absolute;
left:30px;
}
Regards
Doesn’t work… this is how it looks (attachment)
Attachments:
You must be
logged in to view attached files.
Try to add this also
.header-split .wrapp-header {
position:relative;
}
.header-split .left-side {
top:50%;
margin-top:-10px;
}
Regards
Now it’s ok! Thank you.
What if i want to make the search icon to appear in the right?
Sorry, but this layout doesn’t have a search icon on the right.
No problem. Thank you 🙂
The topic ‘Help with centered logo layout’ is closed to new replies.