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 #3126226
Header on mobile
Closed

Comments

  • Todd started the conversation

    The layout we are using only displays on desktop, not Tablet or Phone



    Attached files:  Screen Shot 2022-09-15 at 11.20.43 PM.png

  •  2,278
    PenciDesign replied

    Hi,

    If you want to customize the layout for the mobile, please scroll down to the "Logo For Mobile Nav Settings" options area.

    Regards,
    PenciDesign.


  • Todd replied

    Thank you but we want the banner to display - it is a link to an affiliate


  •  2,278
    PenciDesign replied

    Hi,

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

    @media screen and (max-width: 1024px) {
        .header__top {
            display: block !important;
        }     .header__top .site-branding {
            display: none !important;
        }
    }

    Regards,
    PenciDesign.