Home Forums WoodMart support forum < Previous arrow icon to be positioned on the left side of the screen

< Previous arrow icon to be positioned on the left side of the screen

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

    kruajeng
    Participant

    I want to style a ‘previous’ arrow icon to be positioned on the left side of the screen for all screen types. I’ve tried many methods, but they didn’t work well.
    <<<<<<<<<<<<<<<<<<<<<<
    What should I do? Is there a solution, without using a background?

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

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below:

    .wd-ajax-arrows.wd-pos-together {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    https://prnt.sc/WpdBSIYFWlHZ

    Kind Regards

    #647550

    kruajeng
    Participant

    Close topic
    Thank you!

    #647556

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! In case you need any additional help, I’d be more than happy to assist you.

    Have a good day!

    Kind Regards

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

The topic ‘< Previous arrow icon to be positioned on the left side of the screen’ is closed to new replies.