Hallo,
wie ändere ich die Style Breite bei Prosilver Dark Edition?
Ich komme da nicht weiter
Hoffe mir kann jemand dabei helfen
Gruß
lause74
Stylebreite - Prosilver Dark Edition
Re: Stylebreite
Support on this board is in English only, you are able to get German support at https://www.phpbb.de/
-
- Community Team Member
- Posts: 6850
- Joined: Wed May 14, 2014 9:10 am
- Location: Swearing at the PC, UK
- Name: James
Re: Stylebreite
Hi there,
How do I change the style width on Prosilver Dark Edition?
I'm not getting any further
Hope someone can help me with that
How do I change the style width on Prosilver Dark Edition?
I'm not getting any further
Hope someone can help me with that
-
- I am too lazy to register
- Posts: 3265
- Joined: Thu Mar 15, 2007 6:50 am
Re: Stylebreite
OPEN
FIND
IN BLOCK FIND
REPLACE
with whatever width you choose
SAVE > UPLOAD > PURGE BOARDS CACHE > PURGE BROWSERS CACHE
root/styles/prosilver_dark/theme/common.css
FIND
Code: Select all
.wrap {
border-radius: 8px;
margin: 0 auto;
max-width: 1152px;
min-width: 625px;
padding: 20px;
}
Code: Select all
max-width: 1152px;
Code: Select all
1152px;
SAVE > UPLOAD > PURGE BOARDS CACHE > PURGE BROWSERS CACHE
-
- Community Team Member
- Posts: 6850
- Joined: Wed May 14, 2014 9:10 am
- Location: Swearing at the PC, UK
- Name: James
Re: Stylebreite
thank you very much
It worked out fine
It worked out fine
-
- I am too lazy to register
- Posts: 3265
- Joined: Thu Mar 15, 2007 6:50 am