- This topic has 7 replies, 2 voices, and was last updated 4 years, 6 months ago by
Ying.
-
AuthorPosts
-
September 13, 2021 at 6:56 am #1928809
Praveen
Hi guys,
I have two issues –
1) When I removed the Menu, the page is encroaching the header space
2) How to remove the gravatar like icon on the right side in the desktop?September 13, 2021 at 10:28 am #1929213Ying
StaffCustomer SupportHi there,
For question 1, it’s because you have this CSS:
https://www.screencast.com/t/AB4JXxOgTry remove this part of CSS.
For question 2, go to appearance > elements, there should be a
block element - hookthat is usinggenerate_menu_bar_itemshook.You can delete this block element to remove the icon.
Once you’ve done that, you can remove some more CSS from customizer > additional CSS:
https://www.screencast.com/t/uLpu6CmQz8OiLet me know if you need further assistance 🙂
September 14, 2021 at 3:39 am #1929915Praveen
Hi, thanks these two issues are sorted. but when I made those changes, the logo at the top got aligned to left (it was in the center before)
September 14, 2021 at 3:43 am #1929929Praveen
Further, please check mobile version, The logo and the menu is misaligned. Cannot figure that out too.
September 14, 2021 at 6:11 am #1930048Praveen
Lastly, I am not getting any option on the Block editor to hide the featured image to be shown at top of the page. The customizer>Layout does not show any option either.
September 14, 2021 at 9:53 am #1930465Ying
StaffCustomer Supportthe logo at the top got aligned to left (it was in the center before)
Ah I see, it’s hard to maintain the height when there’s no other items in the navigation.
Let’s try add the CSS back with a little modification:#site-navigation .navigation-branding .site-logo { position: absolute; left: 50%; transform: translatex(-50%); top: 0; } @media (min-width: 769px) { nav#site-navigation { height: 150px; } }To turn off the featured image, you can do so in the page editor:
https://docs.generatepress.com/article/disable-elements-overview/Let me know if you need further assistance 🙂
September 14, 2021 at 11:55 pm #1930969Praveen
Hi, the code you mentioned did now work.
Also, in disable elements, the only option i see is “disable Title”. There is no other option shown (and that is what is confusing) .
September 15, 2021 at 9:48 am #1931690Ying
StaffCustomer SupportHi, the code you mentioned did now work.
Do you want the logo to align center? It is aligned center:
https://www.screencast.com/t/cNX63DDkFor the disable elements, can you make sure the Disable elements module is activated at Appearance > GenearatePress?
Let me know 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.