Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
petri71
Experienced
Topic Author
Posts: 24
Joined: 29 Mar 2023, 03:28

Folder margin on mobile devices

04 Apr 2023, 11:50

Hello,

Not sure this is a CSS customisation or I missed some settings so I post this here.

You can see in the image below that my folders are at 100% of the screen length.

http://www.coquille.org/x3/content/index/IMG_2805.PNG

How can I set a margin to make them a little smaller and not stick on both sides ?

Thank you in advance for your answer.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13997
Joined: 30 Sep 2006, 03:37

Re: Folder margin on mobile devices

04 Apr 2023, 23:06

The general idea is that images can span edge-to-edge, while text needs a margin of course.

Settings > Custom > Custom CSS, maybe something as simple as this:
Code
.folders {
  max-width: 95vw;
}
 
User avatar
petri71
Experienced
Topic Author
Posts: 24
Joined: 29 Mar 2023, 03:28

Re: Folder margin on mobile devices

07 Apr 2023, 09:13

works fine. 

thank you !