• Hi!
    I am having problems displaying the logo when switching to mobile.
    In the desktop version looks nice, but when I change the screen size, the logo reduces its size and becomes barely visible.

    Any hints?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there

    Please follow the instruction kindly to manage logo of your site in your mobile.
    Go to your Dashboard ->Appearance ->Customize, Select Additional CSS and add the following code then save it.

    .ps-header-wrapper .site-branding {
    padding-left: 6px !important;
    }
    .ps-header-wrapper .site-branding {
    width: 40% !important;
    }

    Thank you!!

    Thread Starter rubensyanes

    (@rubensyanes)

    Thanks!
    I implemented this solution:

    .ps-header-wrapper .site-branding {
    width: 15%;}
    @media screen and (max-width: 768px) {
    .ps-header-wrapper .site-branding {
    width: 45%;
    }
    }

    thabks a lot!

    Hi there,

    Thank you for writing in,

    if you have anything else then please let us know. we will assist you best we can

    If your issues are resolved then please close the topic.

    Thank You!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problems displaying logo in mobile’ is closed to new replies.