Hello!
Please tell me how to correctly move “Compare” button horizontally with “Show Details” button?
https://prnt.sc/xttwad
Buttons “Compare” and “Show details” must be same size, across width of product window, with a gap.
Thanks in advance!
This topic has 10 replies, 3 voices, and was last updated 4 years ago ago by Rose Tyler
Hello!
Please tell me how to correctly move “Compare” button horizontally with “Show Details” button?
https://prnt.sc/xttwad
Buttons “Compare” and “Show details” must be same size, across width of product window, with a gap.
Thanks in advance!
Hello,
Add the below code to Theme Options > Custom CSS
@media only screen and (min-width: 480px){
.content-product .button.show-product {
float: left;
width: calc(50% - 5px);
padding: 15px;
margin-right: 10px;
}
.product-details .compare {
display: inline-block;
width: calc(50% - 5px);
}
}
.product-details .compare {
margin-top: 15px;
padding: 12px;
}
.content-product .button.show-product {
padding: 15px;
}
Regards
Hello! Inserting code CSS didn’t work.
https://prnt.sc/xuwmjv
https://prnt.sc/xuwnrs
Hello,
Here is what I can see on your site right now – https://prnt.sc/xuwya5 Please clear cache and check one more time.
Regards
Hello,
Thanks for code, everything works.
Problem is that when I apply filter, “Compare” button disappears. How to solve this problem?
https://prnt.sc/xwv9fz
Hello,
Could you provide temporary wp-admin access?
Regards
Yes, please
Please check credentials – https://prnt.sc/xyrfky
Regards
wp-admin
Hello,
You are using Pwfwoofilter and when our developer checked the plugin code they found that plugin Pwfwoofilter added compatibilities with many themes -> https://gyazo.com/9d34456057334883a9ebf5dbb7591e2d
So if you need any help about after ajax actions not related to our theme/plugin please, contact to plugin’s author
Regards
The issue related to '‘Correctly move "Compare" button’' has been successfully resolved, and the topic is now closed for further responses