Tagged: Buttons, rtl, woocommerce
-
AuthorPosts
-
June 5, 2017 at 2:56 pm #803952
comparing my shop to the one in enfold shop demo there are some noticeable differences
I presume it got something to do with the fact that my site is RTL site
and that i t can be fixed with a few css modification?first bug:
in the main shop page and category pages all the text and buttons under the product pics is aligned to the right – in the demo shop it’s centered
– please take al look in the first link and screen shot in the private content
(i tried to canter them by my self but when did and became centerd in the inner product page too which is not good)second bug:
in the inner product page ‘add to cart’ button is under the +/- quantities button – in the demo shop they are one next to each other-
This topic was modified 8 years, 4 months ago by
Doron.
June 7, 2017 at 11:34 am #805026Hey Doron,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .woocommerce-LoopProduct-link, .inner_product_header, .product-meta { text-align: center; } div form.cart div.quantity { width: 18%; min-width: 130px; }If you need further assistance please let us know.
Best regards,
VictoriaJune 7, 2017 at 11:51 am #805039PERFECT!
thank you so much!June 7, 2017 at 11:56 am #805041oops..
there is still a bug
in the main shop page it works fine (thanks!) BUT if you go into one of the categories
the quantity button isn’t centered (while everything else is)
can we fix it too?June 7, 2017 at 12:02 pm #805044OK
I added.archive .quantity { display: inherit; text-align: center; }and now categories pages also look fine
thanks again!June 9, 2017 at 5:44 am #805840Hi,
Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJune 9, 2017 at 6:25 am #805861You can close it
Thank you very much!June 9, 2017 at 1:39 pm #806045 -
This topic was modified 8 years, 4 months ago by
-
AuthorPosts
- The topic ‘woocommerce buttons RTL issues’ is closed to new replies.
