Hello,
1. how can I adjust the padding some the “about” and contact” items are not stacked?
You can try to add this CSS code in the Customize → Additional CSS section:
@media (min-width: 1200px) {
ul.header-search-cart {
margin-left: 0;
}
.main-navigation li {
padding-left: 8px;
padding-right: 8px;
}
}
2. I want to use a background image to the header like the theme’s demo shows.
Please create a new topic for this issue in order to make it easier to help you.
Kind Regards, Roman.
thanks! the code worked for the menu.