mrflib
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Center Subcategoy Text on a Category PageThanks Vamsi, but I did try that:
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
text-align: center !important;
}No effect 🙁
I thought that’s where it needed to go but it seems to totally ignore styles.css
Lovely, thanks. When you look at something for hours you sometimes miss the obvious.
It was a width % setting mistake.
Ok tried that, unfortunately no change with everything deactivated.
Not tried that – I take it systematically 1 by 1?
Forum: Themes and Templates
In reply to: Canvas theme ignoring specific custom CSSalchymyth – thank you that was it. I knew it would be something stupid. When you look at something for so long you sometimes miss the obvious…
Forum: Themes and Templates
In reply to: Canvas theme ignoring specific custom CSSThanks James,
I can confirm this does work but was under the impression it is a cardinal sin to edit the main theme css and not a child theme?
Cheers
Forum: Themes and Templates
In reply to: Canvas theme ignoring specific custom CSSThanks guys.
James – CSS updated no change :/
.searchform { width: 99%; margin-top: 8px; margin-right: 10px; margin-left: -810px; position: absolute; left: 810px; border-color: #000; border-width: 0px; border-style: solid; border-radius: 0px; border: none !important; -moz-border-radius: 0px; -webkit-border-radius: 0px; }