Relocate Single Product Brand Logo to merge with Meta?
-
Hello! We’ve been using your plugin for many many years, and love it; but it causes a ton of whitespace below the product images so we’d love to somehow make it take up less space by putting it NEXT to the meta section; right now it only allows us to locate it above or below, which doesn’t help the whitespace issue.
You can see here:
https://tinyurl.com/2kwcprp9Is there any easy with with a PHP snippet or CSS to simply put the meta to the right of the logo? In our case, that’s where it makes the most logical sense for meta data to exist; next to the brand, as it’s the brands UPC code, category, etc. and it would solve the whitespace issue.
We’ve tried to find a solution online but have been unable to find anything.
Also, we attempted to hide the word “Brand” on the single product tab because it’s redundant, and we tried to use the CSS you provided here, but it doesn’t hide it? You can see the redundancy in the same screenshot above. Hiding the content works via CSS, but we WANT the content, we just don’t want the word “Brand” in the h2 tag to be there.
tab-title-pwb_tab {
display: none;
}It seems that the following CSS works, but the one you provide on your website doesn’t, perhaps that specific to our theme, ‘Neve’?
.woocommerce-Tabs-panel h2 {
display: none;
}- This topic was modified 1 year, 11 months ago by .
- This topic was modified 1 year, 11 months ago by .
- This topic was modified 1 year, 11 months ago by .
- This topic was modified 1 year, 11 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Relocate Single Product Brand Logo to merge with Meta?’ is closed to new replies.