danielshalar
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Centering problemThank you for your reply @ihereira
Unfortunately that did not center the text and buttons properly.
You can see that the text is “centered” but not to the page width, same with the buttons and images they are not in the center.
Like I said i’ve tried doing text-align: center to some of the classes but it gave me the same result as yours.
Looking forward to get this fixed..
- This reply was modified 3 years, 2 months ago by danielshalar.
Forum: Plugins
In reply to: [WooCommerce] Moving Product Summary to the right@babylon1999 Thank you so much!
I ended adding this and everything works.
/* Move Product image to left*/ @media screen and (min-width: 800px) { .product-container .row{ flex-flow: row-reverse !important; }Forum: Plugins
In reply to: [WooCommerce] Moving Product Summary to the rightHi @babylon1999 , Thank you for replying me.
The product summary is the info in the left side, the product image is on the right side
Looking to move it to the right side, and move the product image to the left.
- This reply was modified 3 years, 3 months ago by danielshalar.
Forum: Themes and Templates
In reply to: [OceanWP] Sidebar product search is not linedThank you! worked perfectly!
Forum: Themes and Templates
In reply to: [OceanWP] Sidebar product search is not linedHey Abhishek thank you for responding, your way almost worked.
you can check on the website how it looks..I’ve tried doing it through Inspect and adding “display: flex;”
to classname=”wc-block-product-search__fields” and it worked.you can see here: https://imgur.com/BFSIeId
But I don’t know how to add this to the CSS/JS because just adding “wc-block-product-search__fields” as a class wont work. probably because its a “classname” and I dont have any idea what it is…
- This reply was modified 4 years, 9 months ago by danielshalar.