pager position

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
6/19/2019 2:52:39 PM
Gravatar
Total Posts 159

pager position

I have a site that uses art42-blackandgreen skin

how can I move the gallery pager down instead of up ?

6/11/2020 11:09:53 AM
Gravatar
Total Posts 216
Community Expert

mojoPortal Hosting & Design @ i7MEDIA!

Re: pager position

Do you mean the image gallery? Also, do you mean you want the pager at the bottom of the page instead of the top?

Whatever it is you want to re-arrange, these days you can re-order things in CSS using Flexbox, by setting their wrapper to have display: flex; and then setting them to have order: 1, or order: 2, etc. Note that this can impact the way that they arrange in more ways than just their order, here's a good guide on using Flexbox: https://css-tricks.com/snippets/css/a-guide-to-flexbox/

You must sign in to post in the forums. This thread is closed to new posts.