The design's width currently is 1000 pixels. Is there any way to change it to 980px or lower?
Changing the width on EcoPro
Started by
Sourena
, Jul 12 2010 07:03 PM
7 replies to this topic
#1
Posted 12 July 2010 - 07:03 PM
#2
Posted 12 July 2010 - 07:24 PM
The actual content portion of the design (where all the text is) is only 960px.
#3
Posted 20 July 2010 - 02:58 AM
For the solid color bar that goes across the screen, is there a way to make that skinnier?
Thanks,
Kevin
#4
Posted 20 July 2010 - 04:37 PM
Which one are you talking about? The one that holds the feature area or the pagetitles?
#5
Posted 21 July 2010 - 09:13 PM
The one that holds the pagetitles
Thanks
#6
Posted 22 July 2010 - 12:29 AM
Add this to your Custom CSS:
`
#spotlight{
overflow:hidden;
height:50px}
`
Adjust 50 until you have what you want.
Thanks, Bryan
`
#spotlight{
overflow:hidden;
height:50px}
`
Adjust 50 until you have what you want.
Thanks, Bryan
#7
Posted 23 July 2010 - 12:18 AM
Perfect works excellent.... now how to edit the text that shows up in that bar?
Thanks!
#8
Posted 23 July 2010 - 01:42 AM
You can try adding this to your Custom CSS:
`.pagetitle{font-size:18px}`
changing 18 until it's just right.
Thanks, Bryan
`.pagetitle{font-size:18px}`
changing 18 until it's just right.
Thanks, Bryan









