• Resolved crazy.developer1

    (@crazydeveloper1)


    How to auto fit a background image of 1920×1595 px in theme? Theme used is Eclipse pro.

    I have tried all the ways but was not able to fix it. Here is the website cafeeco.ie

    I need to put the beans in footer with the credentials which is not happening. Please help me and let me know how to fix it.

    Any quick help will be great.

    Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • ravimalhotra

    (@ravimalhotra)

    Have you tried to make changes in CSS file. Most of the time margins of image are set to some – px. You may try it like this.
    {
    max-width:100%;
    max-height:100%;
    margin:auto;
    display:block;
    }

    Hope it works.

    Thread Starter crazy.developer1

    (@crazydeveloper1)

    Hello Ravi,

    Thanks for your reply. let me try and i will update you asap.

    Thread Starter crazy.developer1

    (@crazydeveloper1)

    Sorry Ravi..that didn’t worked ??

    ravimalhotra

    (@ravimalhotra)

    May I look into your CSS file

    Thread Starter crazy.developer1

    (@crazydeveloper1)

    Sure you can.. you can check the style.css file.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to auto fit a background image of 1920×1595 px in theme ?’ is closed to new replies.