Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #771224

    Hi;

    this is bottom of my site.(link1)
    my desktop pic is seeing perfectly (link1) but in mobile or tablet they are like these (link2)(link3)

    how can i make my mobile images look like the one in desktop

    thanks.

    #771387

    Hey ygzndc,

    So you would like the bee to be visible in all screens? Please provide admin info if possible, so I can access the quick css and work this out for you.

    Best regards,
    Jordan Shannon

    #771393

    please.

    thanks.

    #771399

    Hi,

    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: 767px) {
    #bulten {
        background-size: contain;
    }}
    

    Best regards,
    Yigit

    #771409

    it works for mobile.

    but it is the same in tablets.

    can we make it happen too for tablets?

    thanks.

    #771411

    Hey!

    Please try changing the code to following one

    @media only screen and (max-width: 1024px) {
    #bulten {
        background-size: contain;
    }}

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.