Home › Forums › WoodMart support forum › Size Guide Button Position › Reply To: Size Guide Button Position
November 10, 2020 at 11:56 am
#240433
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached.
Sorry, but there is no option in Theme Settings to set the order as you mentioned.
You can try adding the following Custom CSS in the Custom CSS for the Desktop area but it could disturb the layout of the other elements.
.sizeguide-btn-wrapp.wd-action-btn.wd-sizeguide-btn.wd-style-text {
position: absolute;
left: 10px;
}
.woodmart-compare-btn.product-compare-button.wd-action-btn.wd-compare-btn.wd-style-text {
margin-left: 17%;
}
The above CSS will work for the desktop version. But you have to set the CSS for different devices like mobile, mobile landscape, tablet, etc.
You can set the CSS provided above for devices according to your needs and then can add in the Specific Custom CSS areas under Theme Settings >> Custom CSS. Otherwise, it requires Customizations.
Regard’s.
Xtemos Studios.