Tagged: x
-
AuthorPosts
-
April 8, 2016 at 12:17 pm #873093
Hello,
Trying to figure out how to reduce the margins on the left and right side of the three-columns section at the bottom of this page:
fyxi.it/turnerlovell/
I have tried a few different CSS fixes from various threads on this forum, but none seem to work. Can you please provide me with a solution?
Thanks
April 9, 2016 at 1:16 am #873799Hi there,
Please remove negative margin from section #2.
Please disable ‘column container’ option from row settings, to make the row full width.
Hope it helps.
April 9, 2016 at 1:01 pm #874365That did the trick. Thanks!
April 10, 2016 at 1:36 am #874876You’re welcome. Glad we could help. 🙂
April 10, 2016 at 2:15 pm #875476Hello,
I have another challenge now. I have created a gradient vignette overlay that I have placed as a layer in the global settings slide. The cover mode is set to ‘cover’ and the image size is set to match the full slider size. The problem is that a margin seems to show up on the sides and the overlay doesn’t fully cover the background images.
Any idea on how to fix this?
Thanks!
April 11, 2016 at 1:20 am #875980Hi there,
Thanks for updating. It seems you are using this as a layer. It might not work this way. You can try setting the position as absolute with
top: 0; right: 0; left: 0;
attributes.Cheers!
April 11, 2016 at 1:31 am #875989Unfortunately that didn’t work. It seems odd that I can’t make a layer cover the full screen, even to draw a simple line across the width of the screen. Please let me know if you have any other ideas.
Thanks!
April 11, 2016 at 7:38 am #876353Hi there,
Please remove the image layer from slider and add this CSS :
.home div#x-section-1:before { content: " "; background-image: url("http://fyxi.it/turnerlovell/wp-content/uploads/2016/04/ND-Filter-500.png"); display: block; position: absolute; right: 0; left: 0; width: 100%; height: 100%; top: 0; bottom: 0; z-index: 2; background-position: top center; background-repeat: repeat; } .home div#x-section-1 { position: relative; }
Hope that helps.
-
AuthorPosts