Hey ! So I have this gap between header and first block problem. I tried various solutions I saw on other posts but nothing worked. I added the CSS .site-content { margin-top: 0; padding-top: 0; } , but didnt work too. I’m really new to WordPress, so sorry if i’m unclear ! ??
]]>I have a submenu in my navigation bar, which works great on all pages, except when on the homepage where it is formatted all strangely – it seems to centralise, be wrapped and padded. I want it to appear like it does from the rest of my pages – one line no wrap, which is also what it looks like in the back end.
I have tried removing plugins as per online blog advice, and I have tried rebuilding the navigation object and deleting page caches, but the issue persists. I am not a coder so I haven’t changed any HTML or CSS stuff (as far as I am aware), but at one point I did have a really long name in the submenu so I wanted it to wrap more sensibly, but I am not if this is when the issue started, but either way as far as I can understand the homepage also uses the Header Template Part, which appears to work fine everywhere else. But I have run out of things to try ??
I also wondered if it is possible for the navigation bar submenu in my footer to make it ‘drop down’ upwards so that it is visible rather than going off the bottom of the page which is weird.
I really hope you can help! Many thanks!
Jamie
]]>Hi! I want to translate my English website to German using Polylang. It works with all the pages except for the (static) home page, which does not show up in “pages”. I can only edit the home page via the starting page in the backend (red box on the right):
So basically I need to be able to edit my static homepage via the “page” menu in my backend, or I need a workaround which will allow me to still use Polylang. How can I fix this? Thank you!
]]>I’m new to WordPress.
I have my site set up for a desktop and it looks fine. But when I visit the page with a mobile device the padding makes the site basically unreadable.
For me it looks like this:
I already have the plugin installed called “Specific Content For Mobile – Customize the mobile version without redirections”, and that does improve it a little, not that much.
With help of other threads, my Additional CSS
currently looks like this:
@media (max-width: 768px) {
.content-container.site-container {
padding: 0 10px;
}
}
@media (max-width: 768px) {
.site-top-footer-inner-wrap {
grid-row-gap: 0;
}
}
.content-width-narrow .content-container.site-container, .content-width-narrow .hero-container.site-container {
max-width: 1000px;
}
@media screen and (min-width: 240px) and (max-width: 1179px)
.container-fluid {
padding-right: 0px;
padding-left: 0px;
}
}
I’m not sure what else to do. Any ideas? Thanks!
]]>