Tagged: x
-
AuthorPosts
-
June 20, 2016 at 10:16 am #1050767
eimkeithParticipantFor example: http://zuffenhaus.jkeithwalters.com/my-account/
Can this be modified so as to narrow and center the content on desktop without affecting the product or shop pages?
I’d like to do so to narrow the fill-in fields for Username, Password, etc. and keep it looking intentional.
June 20, 2016 at 10:18 am #1050776
RahulModeratorHey There,
Thanks for writing in!
Do you mean to say you only want to narrow the field boxes on the page or the whole body content of the my-account login page?
Thanks
June 20, 2016 at 11:51 am #1050957
eimkeithParticipantHi! Either would be fine, but narrowing the entire body content would be nicer, I think.
June 20, 2016 at 2:22 pm #1051232
JadeModeratorHi there,
Please try to add this code in the customizer:
.page-id-52 .x-main { width: 50%; }Hope this helps.
June 21, 2016 at 7:03 am #1052374
eimkeithParticipantThat cleans up the width, thank you. Is there a way to move it back to where it was (back to the left) so that it is centered on the page?
align: left; perhaps?
June 21, 2016 at 8:28 am #1052508
JoaoModeratorHi There,
Update the code above given to:
.page-id-52 .x-main { width: 50%; margin-right: 15%; }Hope that helps,
Joao
June 21, 2016 at 8:53 am #1052538
eimkeithParticipantYes! turns out margin-right: 25% was my magic number, but that works perfectly.
Thank you!
June 21, 2016 at 11:04 am #1052734
JoaoModeratorGreat to hear it.
Let us know if you need help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1050767 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
