Home › Forums › Support › Sections add-on This topic has 6 replies, 4 voices, and was last updated 6 years, 9 months ago by Tom. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts August 28, 2016 at 2:38 am #221840 Michal Janata Hello, I have a problem with the section add-one. Background image is not centered. On different monitors it looks different. How it should look like https://drive.google.com/open?id=0BxqENvliGlagTkN0Skh5YkRhamM It does not look like this https://drive.google.com/open?id=0BxqENvliGlagLVgzd2NXZEpCd1U The site’s address is http://tancovani-test.skauting.cz/ I need to give set centering background. It’s something to do? thank you for answer August 28, 2016 at 7:00 am #221862 Andy You would have to create another narrower version of your background image and then swap out the original for the new one using CSS, the code below would change the image for Tablet (portrait) and smaller: @media screen and (max-width: 768px) { #generate-section-1 { background-image: url(http://tancovani-test.skauting.cz/wp-content/uploads/2016/08/new-bg.jpg); } } August 28, 2016 at 8:27 am #221869 TomLead Developer Lead Developer In most cases you need to set an image specific to mobile as Andy has pointed out. Alternatively, you can force it to be centered with this: .generate-sections-container { background-position: center center; } August 28, 2016 at 8:47 am #221876 Michal Janata Great, thank you very much. Solved π August 28, 2016 at 9:07 am #221880 TomLead Developer Lead Developer You’re welcome π August 28, 2016 at 9:12 am #221882 Markus Helped me, too. Thank you. August 28, 2016 at 6:45 pm #221978 TomLead Developer Lead Developer Awesome π Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In