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 #2357265
Header for Mobile
Closed

Comments

  • maunzi5 started the conversation

    Is it possible to upload a special header just for the mobile view? I can't seem to find that option. Instead it crops the existing header. 

    I created an image that fits the proportions, how do I embed it now?

    Also, how can I make the logo smaller just for mobile view?

    Thank you

  •  2,699
    PenciDesign replied

    Hi,

    You can do all of that by add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 479px){
    #header .inner-header{ background-image: url('YOUR_BACKGROUND_URL_PUT_HERE'); }
    #logo a{ max-width: 200px; }
    }
    

    Note:

    - Change YOUR_BACKGROUND_URL_PUT_HERE on above code to the background URL you want to change for mobile. Check this guide to know how to get URL of images you upload on WordPress.

    - Change value 200 to value you want for logo with on mobile.


    Best Regards,

    PenciDesign