Need to move the button of return
-
Hi,
I need help because I want to change the position of the buttons to accept and get more information about the cookies notice and also I want to move the button to return to the top of the page, But I can’t find where to do it please can you guide me so I can do it? Attached you will find pictures of the buttons that I’m talking about. I would like to put the buttons of the cookies notice in the center and the other button on the left side of the screen.
Thanks for your help.
Attachments:
You must be
logged in to view attached files.
Hi tamayo.ramiro.er,
Thanks for reaching to us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-cookies-popup .wd-cookies-inner .cookies-buttons {
flex: 0 0 30%;
}
Regards,
Thank you so much it worked! please can you help me to know how to move the other button that was mentioned in my last post?
Hi tamayo.ramiro.er,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.scrollToTop.button-show{
left: 20px;
}
Regards,