Hi,
Thanks for using designer button plugin.
You can style button using its Id like #wpi_designer_button_428.
Regards,
Prali
thanks for reply.
(#wpi_designer_button_428.) this not working.
This is the [wpi_designer_button id=719] button short code i place in header php file in editor. button is working on header but need to align in custom cc
I try this
.wpi_designer_button-719{
position: absolute !important;
top: 90px;
right: 500px;
}
not working
Thanks.
Hi,
Sorry, i have given wrong code.
Please check below options.
option 1: if you are using button preset then use below code
.wpi_designer_button_preset_719{
position: absolute !important;
top: 90px;
right: 500px;
}
option 2: if you are using your custom styled button then use below code
.wpi_designer_button_719{
position: absolute !important;
top: 90px;
right: 500px;
}
I hope your problem will be solved.
If not, please send your website link i will check.
Regards,
PRALI
This also not working, with maxbutton i can do but the problem when i activate max plugin slideshow not working here is my website please help me.
http://shabeeq.com/BlueHorizon
Thanks
hi,
page is in under construction.
Please disable that under construction page and send it again.
Regards,
PRALI
hi,
i saw the complete site. Buy i didn’t find designer buttons.
Regards,
PRALI
Hi,
Please use below code
.wpi_designer_button_preset_721 {
position: absolute !important;
top: 90px;
right: 500px;
}
With above code i am able to position the button.
I suggest you to place two button in single div tag and assign class/ID name to that div. and position that div tag using css.
Regards,
PRALI