1
SDXY33
Need to change layout of 7dana-round theme but not sure how...
  • 2004/10/15 23:32

  • SDXY33

  • Just popping in

  • Posts: 9

  • Since: 2004/10/11


I'd like to change the layout of the 7dana-round theme so its more like the xoops.org layout, what I mean is the two blocks left and right are extreme left and right and the centre block changes to fit the window size. people on the site I run keep complaining about the forum being to small and they want it to fit.

Is this possible and has anyone done it? I've looked at the theme.html file but I'm not sure where to start

Thanks.

2
SevenD
Re: Need to change layout of 7dana-round theme but not sure how...
  • 2004/10/17 22:05

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Hi SDXY33,

1. Open themes/7dana-round/style.css and change:
Quote:

table#okvir
{
background-color: #FFFFFF;
width: 780px;
}

to:
Quote:

table#okvir
{
background-color: #FFFFFF;
width: 100%;
}


2. Open themes/7dana-round/theme.html and change:
Quote:

<body>
<table width="780px" border="0" align="center" cellpadding="0" cellspacing="0" id="okvir">

to:
Quote:

<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="okvir">

3
shank
Re: Need to change layout of 7dana-round theme but not sure how...
  • 2005/2/17 19:18

  • shank

  • Not too shy to talk

  • Posts: 144

  • Since: 2004/8/17


Is there any way to make my XOOPS site fit any reasonable size window?

What I mean is Say if I am viewing in a maximized window it is fine and fills the whole window without having to scroll left and right.But if I resize the window a little I then Have to scroll left or right to see the whole page. What can I do so that the center blocks adjust there selves so I wouldn't have to scroll if I resize a little?

Does that make since?

Thanks,
Steve

Login

Who's Online

213 user(s) are online (127 user(s) are browsing Support Forums)


Members: 0


Guests: 213


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits