Recent Topics

Members
Stats
  • Total Posts: 10,759
  • Total Topics: 1,375
  • Online today: 37
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 22
Total: 22

BlackBox

Started by SoloDZ, May 02, 11, 07:23:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SoloDZ

Hello Crip sir firstly thanks for this theme
secondly i have a problem
see this image:
http://i52.tinypic.com/zvx9h0.jpg
why the theme is only in middle in demo i saw it was stretched
can i know why it's in middle please
also tried force refresh F5 and ctrl+F5
please reply as soon as possible sir
thanks a lot sir:)

Maxx

If you want to expand the width you can visit your Admin > Current theme> scroll down and see if there is a Field to change the width? If not do the following:

in your "index.css "

Find: or similar:
div#wrapper
{
   margin: 0 auto;
}


Change this to the size you desire: examaple:
div#wrapper
{
   margin: 0 auto;
   min-width: 780px;
   max-width: 2300px;   
}


Please note if you like you can do the following:
div#wrapper
{
   margin: 0 auto;
   width: 100%;
}

or 90%/95% and so on!

regards,
Maxx

SoloDZ

Hello
i am using BlackBox theme
i have only these files in the theme directory
images
languages
BoardIndex.template.php
index.php
index.template.php
logo.psd
MessageIndex.template.php
style.css
theme_info.xml
so sir where is "index.css" located as you said. please tell me the exact location of index.css
please reply as soon as possible
thank you sir:)

willemjan

I think it is style.css. Is your SMF version 1.1.x?

Crip

2.0 doesn't have Boardindex. / Messageindex. , so it must be 1.1 "(style.css)" #wrapper { width: 90%; }
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

SoloDZ

Thank you Crip sir
i set it to 95% and it's the best now
thanks a lot sir for your time and support:)

Maxx

#6
Thanks Guys!

This is a good example why asking for support you include your SMF and Theme version!

:)

regards,
Maxx

Crip

I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.