• I am trying to update my background image and I have created an image with a specific width and height. However, the theme seems to be enlarging the image enormously. How can I prevent this from happening?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author pacethemes

    (@pacethemes)

    Hello

    I assume you are referring to the “Section” background image. You can’t be 100% sure of the Image dimensions because the site can be accessed on any screen size and the Image tries to cover the entire section depending on the content and the width of the screen size. As a better way if you can add a background image of atleast 1440px wide it should be closer to looking better

    Thread Starter cdmonline

    (@cdmonline)

    I’m referring to the following …

    Appearance > Customize > Background images > Global > Site background image

    This is the image that’s displayed in the borders around the outside of the main viewing content area throughout the site. Ideally, I’d like my image to be a fixed size and tiled so it fills the space regardless of the size of the window. Can this be done?

    Thanks 🙂

    Theme Author pacethemes

    (@pacethemes)

    Thank you for pointing this issue, we thought that users would put a big background image rather than a small image and want to repeat that, will be adding this option in a future release, for now please put the below CSS in child theme styles.css

    .boxed {
        background-repeat: repeat;
        background-size: auto !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background image appears blown up massively’ is closed to new replies.