The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Forum spacing problems.

3 posters

Go down

Solved Forum spacing problems.

Post by sonyman November 5th 2014, 3:25 am

Forum spacing problems. Screen10

All the contents in the middle are pressing outwards to its maximum limit, including text and the forum boxes. How to I make the width of everything inside shorter.

CSS code
Code:
.forabg {
   margin-bottom: 4px;
   clear: both;
   background-color: #transparent;
   background-image: url('http://i534.photobucket.com/albums/ee346/luckyduduhead1/transparent.png~original');
   background-repeat: repeat;
   background-position: 0 0;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,.5);
   border: 2px solid #;
   padding: 0px 5px;
border: 1px solid #transparent;
   }
* html .forabg {
   position: relative;
   height: 1%;
   }
*+ html .forabg {
   min-height: 1px;
   }
.forumbg {
   background-color: #transparent;
   background-image: url('http://i534.photobucket.com/albums/ee346/luckyduduhead1/transparent.png~original');
   background-repeat: repeat;
   background-position: 0 0;
   border: 2px solid #;
   padding: 0px 5px;
   margin-bottom: 4px;
   clear: both;
border: 1px solid #transparent;
   }
* html .forumbg {
   height: 1%;
   }
*+ html .forumbg {
   min-height: 1px;
   }
.forumbg table.table1 {
   margin: 0 -2px -1px -1px;
   }

http://fjotest.forumotion.com/forum
sonyman
sonyman
New Member

Posts : 16
Reputation : 1
Language : english

Back to top Go down

Solved Re: Forum spacing problems.

Post by Ange Tuteur November 5th 2014, 5:35 am

Hello sonyman,

Try adding some padding to the main content and margin to the categories.

CSS :
Code:
#main-content { padding:3px }
.forabg { margin:4px }
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Forum spacing problems.

Post by sonyman November 5th 2014, 10:27 pm

Ange Tuteur wrote:Hello sonyman,

Try adding some padding to the main content and margin to the categories.

CSS :
Code:
#main-content { padding:3px }
.forabg { margin:4px }


Thanks again Ange Tuteur, you saved the day as usual.  Very Happy This solved my problem.
sonyman
sonyman
New Member

Posts : 16
Reputation : 1
Language : english

Back to top Go down

Solved Re: Forum spacing problems.

Post by SLGray November 6th 2014, 4:46 am

Topic solved and archived



Forum spacing problems. Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51567
Reputation : 3525
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum