Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Themes /

Discuss SilverStripe Themes.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

hacking the theme


Go to End


3 Posts   2154 Views

Avatar
Victor

Community Member, 128 Posts

15 April 2009 at 7:34am

I tried the simplest thing: to increase the width of blackcandy page; so in layout.css I replaced
width: 800px; to width: 1000px;
width: 760px; to width: 960px;
width: 538px; to width: 738px;
width: 768px; to width: 968px;

(in all the instances) producing an abomination (yes, I flashed db)
I changed neither other widths nor any of respective width: 92%;
95%; (in typography.css)

Any suggestions?

Thanks in advance. Victor

Avatar
Nivanka

Community Member, 400 Posts

15 April 2009 at 2:47pm

BTW you might not feel that the theme is not stretched because I didnt see that you have done any changes to the images.

Change the width of the background images as well otherwise your website will be messed up ;)

Avatar
Victor

Community Member, 128 Posts

15 April 2009 at 4:00pm

Thanks, I already figured this out and stretched images.

Victor