Tagged: x
-
AuthorPosts
-
November 27, 2016 at 12:45 am #1271944
Kevin CParticipantHi all,
The product image and description used to be aligned horizontally but I don’t know when this happened.
Kindly advise on the possible css/update that I may need to do.
http://vivreactivewear.com/shop/bottoms/movement-active-tights-ii/
Will try to upload screenshot if I can later on. (current file size is too large)
ps: I can only update plugin etc after Monday due to current sale promotion.
November 27, 2016 at 12:48 am #1271946
Rue NelModeratorHello There,
Thanks for writing in! Regretfully the screenshot were not uploaded correctly because it exceeds the allowable file size. Please re size it and re upload it again. To assist you with this issue, you can provide us with your URL of the page in question. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thank you in advance.
November 28, 2016 at 4:54 am #1273016
Kevin CParticipantHi Rue Nel,
Uploaded a screenshot. http://vivreactivewear.com/shop/bottoms/rhythm-active-crops-ii/ This is the link. However, the mis-alignment is for all product pages.
The name of the product used to aligned at the top just beside the image.
November 28, 2016 at 5:07 am #1273033
ChristianModeratorYou have this code in your CSS
.jck-wt-all-images-wrap { float: none; width: 42%; }Please remove it.
Thanks.
November 28, 2016 at 8:57 am #1273227
Kevin CParticipantHi Christian,
Please advise where I can find this code to remove it.
I have tried “customiser” & function file and yet I cannot find the code that you have mentioned.
November 28, 2016 at 9:07 am #1273241
JoaoModeratorHi Kevin,
Please take a look on Appereance > Customizer > Custom > CSS and on the style.css of your Child Theme.
If you don“t manage to find it, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
November 28, 2016 at 12:58 pm #1273539
Kevin CParticipantThis reply has been marked as private.November 28, 2016 at 1:10 pm #1273564
Nabeel AModeratorHi again,
Thank you for providing the credentials. Try deactivating WooThumbs – Awesome Product Imagery plugin.
Let us know how this goes!
November 28, 2016 at 1:31 pm #1273585
Kevin CParticipantTried that and it fixed the problem. Is there anyway I can edit CSS to make it work properly?
November 28, 2016 at 2:00 pm #1273610
JoaoModeratorPlease add the following code to Appereance > customizer > Custom > CSS
.woocommerce div.product .summary { margin-top: -48%; }Hope it helps
Joao
November 28, 2016 at 8:47 pm #1274040
Kevin CParticipantHi Joao,
This fixed the issue nicely.
Thank you.
November 28, 2016 at 9:15 pm #1274057
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
December 13, 2016 at 11:02 pm #1292255
Kevin CParticipantHi,
I have discovered that this fix should not be applied for mobile site as the alignment is off for mobile devices.
Is there anyway to fix this without affecting how it will look on computer?
I have attached the screenshot.
http://vivreactivewear.com/shop/bottoms/danseuse-performance-tights-2/
Link. You will be able to see the issue with mobile devices.
ps: is there anyway to edit the css so that it applies for laptop/computer only?
.woocommerce div.product .summary {
margin-top: -48%;
}December 13, 2016 at 11:24 pm #1292282
NicoModeratorHi There,
This code below will be applied to all devices.
.woocommerce div.product .summary { margin-top: -48%; }To make it applied in desktop only. You could add media queries to the code.
for example,
@media (min-width:900px){ .woocommerce div.product .summary { margin-top: -48%; } }It will be applied to 901px above screensizes.
Hope it helps.
Let us know how it goes.
Thanks.
December 14, 2016 at 12:09 am #1292313
Kevin CParticipantHi Nico,
This code helps.
Thank you once again.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1271944 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
