Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2866583
logo on mobile view
Closed

Comments

  • Sarah started the conversation

    Hi, 


    I can see my logo when i open the mobile verticle menu but I also want to see it on mobile when the menu isn't open. I think it used to be like that but I dont see it now. Is there some way to fix it? I'm using style header 11.


    Thank you,

    Sarah

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Logo & Header → Main Bar & Primary Menu, scroll down and check to:

    • Display Logo on Main Bar on Mobile Devices,
    • Move Logo on Main Bar on Mobile to Center

    Regards,
    PenciDesign.

  •   Sarah replied privately
  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 767px) {
        .penci-mobile-hlogo a {
            line-height: 60px;
        }     .penci-mobile-hlogo img {
            vertical-align: middle;
        }
    }

    Regards,
    PenciDesign.