This topic has 12 replies, 4 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
Hello! Please help me!
I want to customize the header of your theme.
I want to remove the logo and I want my navigation menu align at the center of the header.
See the screen shot here:
http://www.carsona.com.heb5f.sogetel.net/wp-content/uploads/2015/09/capture.jpg
Can you help me to fix this
Hello,
Please add this code in custom.css file:
.header-type-variant5 .logo {
display: none;
}
.header-type-variant5 #main-nav {
max-width: 100%;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Best regards,
Jack Richardson.
It works fine! Thanks!
But one more thing…
I want my menu align at the center.
Can you help me please…
Hello,
Please try this code in custom.css
.header-type-variant5 #main-nav {
margin-left: 24px;
}
Regards,
Robert Hall.
Hello Robert,
Sorry don’t work 🙁
Hello,
As I see your menu fully stretched in the header:
http://storage5.static.itmages.com/i/15/0929/h_1443537983_1460364_25a5524578.png
Please show on a screenshot how you want to modify it.
Thank you.
Best regards,
Jack Richardson.
Here’s a screen shot to help you.
http://www.carsona.com.heb5f.sogetel.net/wp-content/uploads/2015/09/capture1.jpg
Hello,
Please try to use this css code:
.header-type-variant5 div.menu {
padding-left: 100px !important;
}
Best regards,
Jack Richardson.
Hi! Work Great on my computer…
But On my IPad, I’ve got this:
http://www.carsona.com.heb5f.sogetel.net/wp-content/uploads/2015/09/capture2.jpg
Is there any solution for a menu align at the center for iPad too?
Thanks for your help!!
Hello,
Try to change this code
.header-type-variant5 div.menu {
padding-left: 100px !important;
}
to
@media (min-width: 1200px) {.header-type-variant5 div.menu {
padding-left: 100px !important;
}}
Best regards,
Jack Richardson.
Thanks so much for your time and help, much appreciated!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Header’' has been successfully resolved, and the topic is now closed for further responses