-
AuthorPosts
-
June 13, 2016 at 7:51 am #1039518
Hi,
I am trying to get the bottom of this grid to sit perfectly along the bottom of the row. As you can see I have added the border line to match the style of the grid itself and I think it looks really nice. The issue though is keeping it aligned to the bottom of the row or column once the screen size changes. The grid itself doesn’t have a class option and I can’t seem to find the right class to assign it in the customiser.
How can this be done? Another potential issue is the grid not filling the column and leaving a white space when it hovers. How could this also be solved?
Thanks
June 13, 2016 at 7:52 am #1039519This reply has been marked as private.June 13, 2016 at 9:53 am #1039696Hey there,
Please give us the URL of the page.
Thanks.
June 13, 2016 at 10:29 am #1039759Sorry, my bad.
June 13, 2016 at 10:54 am #1039804Also how could I align this coupon button to the right and have it lined up with the buttons?
http://sarahgraceldn.wpengine.com/cart/
Thanks
June 13, 2016 at 11:21 am #1039861Hi There,
Please add the following CSS:
.home .x-section .x-container.marginless-columns .x-column { vertical-align: bottom !important; } .woocommerce .cart .actions .coupon { text-align: right; }
Hope it helps 🙂
June 13, 2016 at 11:33 am #1039891Thanks for that! 🙂
Could I also get some advice on my first question please.
Cheers
June 13, 2016 at 1:41 pm #1040105Hi there,
Try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
#x-section-6 .esg-container-fullscreen-forcer { margin-top: -22px !important; }
Let us know how this goes!
June 14, 2016 at 7:12 am #1041241The code provided didn’t work but I managed to solve it by adding the following code to the columns style.
vertical-align: bottom !important;
Could I also get some more help with the coupon field on the basket page.
This is all the code I have currently controlling the coupon field. The first few lines I wrote myself so it could well be wrong or unnecessary in the long run (the width for example) but basically I need the coupon field to line up with the two buttons on the right and if possible remain responsive.
.woocommerce .cart .actions .coupon input[type="text"] { width: 30%; display: inline; text-align: left; } .woocommerce .cart .actions .coupon { text-align: right; }
Thanks!
June 14, 2016 at 11:33 am #1041665Hi there,
Please add the following CSS rule also to align it with your two buttons.
.woocommerce #coupon_code { max-width: 280px; }
Hope that helps.
June 14, 2016 at 11:42 am #1041682I’m afraid that’s still off slightly.
Can you check it for me please.
Thanks again.
June 15, 2016 at 1:29 am #1042748Hi,
Upon checking, it looks like your site is corrupted.
http://screencast.com/t/l6MQkjy1
I am also getting redirected to sarahgracelondon trying to access wordpress dashboard.
http://screencast.com/t/LKa10nf9WPJ
Kindly check and let us know.
Thanks
June 15, 2016 at 4:26 am #1042916Unfortunately, you replied whilst the site was going live.
It seems to be working in edge at the moment but not chrome.
June 15, 2016 at 8:59 am #1043260Hi There,
Please adjust the code to this:
.woocommerce #coupon_code { max-width: 270px; }
See attached screenshot of the result:
-
AuthorPosts