< Previous arrow icon to be positioned on the left side of the screen
-
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.
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
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
The topic ‘< Previous arrow icon to be positioned on the left side of the screen’ is closed to new replies.