Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #685030

    hi,
    I added background the the footer, it been repeted.
    the problem that on mobile it looks realy bad…
    http://screencast.com/t/FzdxsNvJBWO

    #685052

    Hi Iyar!

    Can you please post the link to your website and point out the changes you would like to make?

    Best regards,
    Yigit

    #685090

    I think that on mobile the background should streach.

    #685097

    Shalom!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    .footer_color {
        background-size: contain;
    }}
    

    Best regards,
    Yigit

    #685100

    Shalom :-)
    it didnt work :-(

    #685104

    Shalom :)

    Please try adding !important rule as following

    @media only screen and (max-width: 480px) {
    .footer_color {
        background-size: contain !important;
    }}

    Regards,
    Yigit

    #685108

    already did that…

    #685201

    Hi!

    I added the code into Quick CSS field. Can you please flush browser cache and refresh your page a few times and review your website?

    Best regards,
    Yigit

    #685246

    that OK now. thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘footer on mobile’ is closed to new replies.