Site logo

Archived topic

Fix logo padding in mobile layout

7 replies · Started by Alexis on May 24, 2021

Viewing posts 1–8 of 8

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?

Screenshot

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?

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/

This archived topic is closed to new replies.