Tagged: x
-
AuthorPosts
-
April 5, 2016 at 5:45 am #867434
Ok I know parallax on mobile is turned off, but the pictures are not full width shown and there is a big gap underneath them. How can I fix this? Thanks!
April 5, 2016 at 5:46 am #867435This reply has been marked as private.April 5, 2016 at 3:27 pm #868145Hi there,
Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.page-id-36 #x-section-3, .page-id-219 #x-section-3{ background-size: cover !important; }
Let us know how this goes!
April 5, 2016 at 3:35 pm #868155a bit, yes! so but the pictures are very BIG and I cannot see them good, they are also centerd to the left. How can I change this both?
April 6, 2016 at 4:03 am #868844screenshot
April 6, 2016 at 5:10 am #868933Hi there,
This is a default behaviour of how background images work. As your column’s height is 650px on both desktops and mobiles, it’s cutting the background image from sides. This is because, the background image with size cover, expands 100% of its container without loosing its proportions.
In this case, you can use Hide Based On Screen Width feature in your Row settings (see: http://prntscr.com/7vcrv2) to hide the desktop row on mobiles and show an alternate row with a small image.
Thanks!
April 6, 2016 at 4:08 pm #870086haa I didnt figure this option out yet! thanks
April 6, 2016 at 11:19 pm #870527You are most welcome. 🙂
-
AuthorPosts