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 #1565016
background image
Closed

Comments

  • arhitecturalia started the conversation

    hi.

    I seem to have an issue with the background image in fixed width template. The image looks spot on on PC but on mobile (iPhone for example) lanscape mode, the image resolution is just awful. 

    Any ideas?

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fixed it:

    @media only screen and (max-width: 769px){
    body.penci-body-boxed { background-size: 100% auto; }
    }
    

    Best Regards,

    PenciDesign

  • arhitecturalia replied

    Did it but now the background just repeats over and over again. 

    Can it be fixed an fill all phone screen?

  •  2,699
    PenciDesign replied

    Hi,

    In the past, it's fill all phone screen by use background-size cover. But, as you knew, it caused your issues So, you just can pick one in two way.


    Best Regards,

    PenciDesign

  •   arhitecturalia replied privately
  •   PenciDesign replied privately