[SNIPPET] Border around prosilver style

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[SNIPPET] Border around prosilver style

Post by Stoker »

Can you let me know where to place the code?..
At the bottom of colours.css would be fine.

and your common.css just use the code I posted in first post.

[SNIPPET] Border around prosilver style

Post by Blackwolf »

Thanks....I'll check it out & post back.

NO go....refreshed...retried several times. Oh well....no great loss....would have been nice though. :?

Did as you suggested, added the code to bottom of colours.css & found in common.css

Code: Select all

#wrap {padding: 0 20px;
( mine is

Code: Select all

 #wrap {
       padding: 10px 10px;
       margin: 0 auto;
       width: 75%;
       min-width: 65px;
    }
) so tried several different variables but no change in colours...tried #FF00000 so as to stand out.....

Whilst I'm babbling......any clues as how to fix this "I assume", padding issue.....in screenshot ;)

Sorry for going a teeny bit off topic.... :roll:
Screenshot.png
You do not have the required permissions to view the files attached to this post.

[SNIPPET] Border around prosilver style

Post by Stoker »

Not really.
This topic is for creating a border around the entire prosilver style.
For custumizing your ca style I suggest you ask the style author.

[SNIPPET] Border around prosilver style

Post by Blackwolf »

Will do....Have done :D

Solved

Had to uncomment

Code: Select all

padding: 0 10px;
from

Code: Select all

#content-wrapper {
as well as from

Code: Select all

#header-wrapper {
:thumb:

[SNIPPET] Border around prosilver style

Post by Arnevb »

Is there a way to ad some spaces under the footer? Like on this board?
And is there any way to make the corners round?
You do not have the required permissions to view the files attached to this post.

[SNIPPET] Border around prosilver style

Post by Stoker »

Have you followed this guide exactly?

[SNIPPET] Border around prosilver style

Post by Arnevb »

Yes, I also double- checked it.

[SNIPPET] Border around prosilver style

Post by Stoker »

Open styles/prosilver/theme/common.css
Find:

Code: Select all

#wrap {
Add after:

Code: Select all

margin-bottom:20px;
Remember to refresh the theme.

[SNIPPET] Border around prosilver style

Post by Arnevb »

Thanks :)

[SNIPPET] Border around prosilver style

Post by Arnevb »

For some reason, if I go to my website trough FireFox, there is actual space under the footer... But if I browse my forum with Chrome, my footer just sticks to my windows-bar