Archived topic
Fix logo padding in mobile layout
7 replies · Started by Alexis on May 24, 2021
I'm trying to fix the space surrounding my logo on mobile. It is almost cutting off the top of the logo. How can I create more spacing around the logo on mobile?
Hi Alexis,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Yes! Adding it now.
It seems to require a username and password.
Could you provide that as well?
Here you go, thank you.
Also, is there a way you can change the excerpt to zero words on the blog pages? It's not letting me change the excerpt word count. Example here: https://fitnancialscom.bigscoots-staging.com/category/make-money/
The user name and password don't work for me.
Seems before reaching the login page, there's another set of user name and password required.
Sorry.
Hi there,
looks like you're using the More tag in your posts - this overrides the auto Excerpt that WP generates. You would need to remove them from the post or you can add this PHP snippet to your site:
add_filter( 'generate_more_tag', '__return_empty_string' );
This will ignore all More tags and display the auto excerpt.
Adding PHP: https://docs.generatepress.com/article/adding-php/