Home Forums WoodMart support forum Need to move the button of return

Need to move the button of return

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #537447

    tamayo.ramiro.er
    Participant

    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.
    #537556

    Hung Pham
    Participant

    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,

    #538234

    tamayo.ramiro.er
    Participant

    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?

    #538237

    Hung Pham
    Participant

    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,

Viewing 4 posts - 1 through 4 (of 4 total)