Archived topic
Love the theme, couple of questions
7 replies · Started by Chris on July 31, 2018
Hi, I just started with GP and I'm loving it!
Just a few questions:
1. How can I fix my site title (text) to line up with the navigation?
FIXED: by adjusting the menu height
2. My favicon is not showing on the frontend, just in the WP admin
FIXED: by disabling the headers and footers plugin, which I don't need anymore any way ;)
3. I have a 3 of widgets in the sidebar that have ConvertPlus (optin plugin) shortcodes in them. I want these specific widgets without the padding. How do I achieve this?
Cheers
Hi there, glad to hear your loving GP :)
1. You can set the site titles line height to 60px which is what the Nav menu is currently set to:
.main-title {
line-height: 60px;
}
3. Try:
.inside-right-sidebar .convertplug_widget {
padding: 0;
}
.cp-modal-inline .cp-modal {
max-width: 100% !important;
}
Thanks David, added the CSS for the widgets, but no luck...
Hi Chris,
can you add and leave the CSS in place, so i can see what its (not) doing. Its the second part that may be tricky :)
Sure David, it's still there
OK so updated the code above, haha the second part was fine,
https://generatepress.com/forums/topic/love-the-theme-couple-of-questions/#post-636898
YES! Love it, thanks David!
Awesome :) Glad to be of help