- This topic has 1 reply, 2 voices, and was last updated 4 years, 3 months ago by
Tom.
-
AuthorPosts
-
February 12, 2019 at 2:51 pm #808762
Maike
Hi guys.
I’m opening another ticket. Thank you again for all your help.
Moving on to single post displays.
Featured Image Single Post
I can’t seem to suppress the featured image. Going into:
Customizer -> Featured Images -> uncheck ‘Display featured images’ doesn’t seem to have any effect one way or the other.Footer:
I’ve made the footer full-width (inner footer width contained).
Footer Widget Area Padding – Right 0 Left 0
Footer Padding – Right 0 Left 0
Yet, there is still a white border on each site.Mobile Menu Issue 01:
The word ‘MENU’ is overlapping with the search icon.
Should I turn WP Rocket back on occasionally to clear the cache again? I am asking because the slide-out menu on mobile works really well on minute and then stops working the next. Ideally I’d like this arrangement:
hamburger menu (without the word menu) – logo (both aligned left) and just the search icon (aligned right) to show in the mobile nav bar.
Once the Hamburger menu collapses, the categories and subcategories show and the on the bottom of that menu I’d be able to add 4 social icons on the bottom.
Here are some mockups:
Mobil Menu Issue 02
The hamburger menu has stopped working entirely. It’s fine in the Customizer but it won’t show up on my phone.
I have the primary menu turned on and experimented with setting the slide-out menu to the same menu and leaving it blank. Nothing seems to activate it.Can you please help again? 🙂
Thank you,
MaikeFebruary 12, 2019 at 7:22 pm #808875Tom
Lead DeveloperLead DeveloperHi there,
1. The featured image is set in your Header Element for single posts. Go to “Appearance > Elements” and open the “Single Post” element. Then you’re looking for this option: https://www.screencast.com/t/MbibkvaAkc6
2. In “Customize > Additional CSS”, find and remove this CSS:
@media (min-width: 769px) { body { margin: 0 30px; } }
3. This is being caused by this CSS you have:
.inside-header { display: flex; flex-wrap: wrap; align-items: center; }
Try replacing it with this:
@media (min-width: 769px) { .inside-header { display: flex; flex-wrap: wrap; align-items: center; } }
4. Something strange going on with this. Do you have any caching plugins active at all?
-
AuthorPosts
- You must be logged in to reply to this topic.