[Resolved] Logo too small

Home Forums Support [Resolved] Logo too small

Home Forums Support Logo too small

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1679330
    Benjamin

    How do I change the logo size of my theme? It’s incredibly small at the moment.

    #1679342
    Benjamin

    domain: purecarpetcare.uk

    #1679358
    Ying
    Staff
    Customer Support

    Hi Benjamin,

    you have this css in your site which makes the logo width to 100px.
    https://www.screencast.com/t/2khiV5euE

    You could adjust the number or delete the CSS, using customizer option to adjust the logo size instead.
    https://docs.generatepress.com/article/site-identity-overview/

    #1679385
    Benjamin

    Thanks Ying for the prompt reply.

    #1679399
    Benjamin

    I also noticed that the menu is on the second line on smartphones (I.e. beneath the logo), which is not a problem but aesthetically it doesn’t look great because it’s aligned to the left.

    How do I centre it on smartphones?

    Thanks in advance.

    #1679407
    Ying
    Staff
    Customer Support

    You could give this CSS a try:

    .main-navigation.mobile-menu-control-wrapper {
        margin-right: auto;
    }
    #1679409
    Benjamin

    should I add it to the CSS file or edit the line?

    #1679415
    Ying
    Staff
    Customer Support

    This is how you add CSS:
    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1679420
    Benjamin

    Already done. Thanks.

    #1679421
    Ying
    Staff
    Customer Support

    No problem 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.