Tagged: x
-
AuthorPosts
-
January 12, 2017 at 11:01 am #1327418
FlightwaveParticipantHI there,
Please see: http://dev.flightwave.aero/product/edge/
Login credentials to follow.Notice that the margin on the right side of the page is much larger than on the left side of the page.
I’m not sure why this is.
Can we reduce the right side margin to be equal to the left side margin?Thanks!
January 12, 2017 at 11:03 am #1327425
FlightwaveParticipantThis reply has been marked as private.January 12, 2017 at 2:06 pm #1327662
Nabeel AModeratorHi there,
Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.woocommerce .entry-wrap { padding: 0 0 0 130px !important; }Let us know how this goes!
January 12, 2017 at 3:35 pm #1327781
FlightwaveParticipantThis does make the margins on both sides the same by making the left margin larger. Wondering however if it is possible to make them the same by instead making the right margin smaller – thereby creating even more horizontal space.
THanks!
January 12, 2017 at 7:55 pm #1328140
FriechModeratorHi There,
Please add this code instead.
.single-product .x-container.max.width.offset { margin: 0 auto; display: inherit; }If this does not work, replace the
display: inherit;withdisplay: block;Hope it helps, Cheers!
January 13, 2017 at 10:51 am #1328935
FlightwaveParticipantHmm – that didn’t seem to make any difference.
Any other ideas?January 13, 2017 at 11:36 am #1328989
Nabeel AModeratorHi again,
It looks okay on my end. Can you please confirm if it looks okay on your end? Try clearing your browser’s cache and reload the site.
Let us know how this goes!
January 17, 2017 at 9:09 am #1333584
FlightwaveParticipantHi Nabeel,
Yes – it looks good – but what I’m trying to figure out – is how to reduce the margins on the outside (right and left) if I wish to do that. Right now – there’s about 1 1/2 inch margin on the outside of the browser window. If I wanted that to be 0, or smaller, how would I accomplish that?January 17, 2017 at 9:45 am #1333636
JoaoModeratorHi There,
Please enter the following code to Appereance > Customizer > Custom > CSS
.woocommerce .entry-wrap { padding-left: 0; padding-right: 0; } .single-product .x-container.max.width.offset { margin: 0 !important; width: 100% !important; }Hope that helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1327418 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
