Forum replies created
Happy to help! As for the changes – if you feel confident enough to take on these files, maybe it is worth mentioning that it would be safer to tinker with the row and column settings values in Additional CSS instead of the files themselves. I would generally advise against it, but if you do, go for the WordPress solution in the Customizer; it is both safer and future-proof.
Good evening, Klaus. Thank you for sharing the website. Things are clearer now.
1. Unfortunately, we do not have such an option. The header + slider will stay the same widthas the content. To change it would require development, which is out of scope of theme support.
2. Menu font can only be set for the entire menu, not separately for the menu and submenus. The size of the dropdown menu itself also cannot be regulated, as well as the size of the submenu text. However, I can offer you the following pieces of CSS code to bring you closer to your goal. You can add the following to Additional CSS:
/* Set different sizes to the font of the dropdown menu */
.navbar-nav a.dropdown-item {
font-size: 75%;
}
/* Set min width of the dropdown menu */
@media (min-width: 768px) {
.navbar-nav .dropdown-menu {
min-width: 10rem;
}
}
You can use any size you prefer. Let me know if I can help you with anything else.
Hi Frank,
sorry for the delay. I understand; it is just to see sometimes makes things much clearer, and we need fewer iterations for QA. Some of the questions are not very clear to me, that’s why I asked.
Without development, it isn’t impossible to set different widths for the header and the rest of the page.
I’m not sure what the background box is. Could you send a screenshot to explain?
I’m also unsure what a “Website title on the menu” is. The website title we have is not on the menu, it is where the logo supposed to be. It is a link, and it has controls in Customizer->logo, title, and tagline. It also has an HTML ID “website-title”, which you can target to make additional changes.
Please elaborate a bit more and I will do my best to help.
Good morning,
Please send me a link to your page. You can do it in a private reply if you wish. It would be easier to check everything right on your website.
Thanks.
Hi. Thanks for letting me know. I’m not sure how universal this solution is, but if it works for you and you remember adding it repeatedly after theme updates, great. Let me know if you need anything else.
Hi. I’m sorry to hear that you experience this problem. Since this is a standard WordPress function, there can be a number of issues causing it:
1. Try to re-install WordPress
2. Try to re-install the theme
3. Make sure that header.php is present in your installation
4. It might be a plugin conflict – try deactivating them all to see if the problem persists.
5. Make sure that all WordPress files have the recommended permissions (644 for files, 755 for folders)
There could be other reasons, but these are the usual suspects.
do let me know if it helped.
Regards,
Evgeny
Good morning. Your invoice was emailed to you this morning.
Please let me know if you see it in your mail.
Good day. We need to take a look behind the curtains, there’s no much we can do right now, it doesn’t even look like it is a theme problem. Please use “private message” to send us access to your admin area and FTP. Thanks.
Great! Happy to hear that it worked.