Home Forums WoodMart support forum Display the Scroll to top of page & Social Media Buttons in left hand side

Display the Scroll to top of page & Social Media Buttons in left hand side

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #47342

    cara
    Participant

    I want to move scroll to top of page and social media buttons from right to left

    Attachments:
    You must be logged in to view attached files.
    #47350

    Hello,

    In order to move scroll to top button add the CSS code to your Theme Settings area:

    .scrollToTop {
        bottom: 20px;
        left: 20px;
    }

    Change the figures as per your needs.

    Regarding social icons in the footer. If you apply default Footer, navigate to Appearance > Widgets and take social icons from Footer Column 4 to Footer Column 1.

    If you have configured your footer via HTML blocks, please find here manual how to change https://xtemos.com/docs/woodmart/set-up-footer/

    If you have further questions, please feel free to contact us.

    Best Regards

    #47359

    Hello,

    Further to social icons issue. Now I see in the screenshot you mean sticky social icons. Navigate to Theme Settings > Social profiles and set icons on the left as shown here: http://prntscr.com/itol8n

    Best Regards

    #47365

    cara
    Participant

    the scroll to top button is missing when I pasted your CSS code to Theme Settings – custom css. Did I copy and paste in the wrong area?

    #47369

    cara
    Participant

    the problem is solved, thank you so much

    #47370

    I am sorry please take this one:

    .scrollToTop {
        bottom: 20px;
        left: 20px;
    }

    Your scroll button will be on the left.

    Best Regards

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