okay, I know I've asked a similar question to this but... (sorry)
How do I make it so there's just 2 columns on the front page? Thanks!
Columns - just 2
8 posts from 3 voices-
Posted 1 year ago #
-
Hi,
In your index.php find
$runs = 3;
Change 3 to 2.
Now open up your style.css and fin
.small_box
Here, change the width to about 430x. This should do the trick :)
Let me know if it works :)Posted 1 year ago # -
Sweet! It worked! Your amazing THANK YOU! next question: Where the newsticker is (below the slider) I turned it off. But there's still extra space under the photo , how do I get rid of that? . Make sense? THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Posted 1 year ago # -
Glad it works.
Could you link to your page? It depends on what you did to get rid of it.
Posted 1 year ago # -
http://www.legendentertainment.net/wp7/
need to get rid of the empty space below the slider image. THANKS! =)Posted 1 year ago # -
Hey,
regarding the switch from 3 to 2 colums: Is it possible to set different widths for the specific colums? I'd like to have the first one be somewhat about 600px and the second one smaller, filling up accordingly.
Posted 1 year ago # -
Allright, got it to work with a small tweak, switching the fixed width within .small_box (parent) to #top .box1 (child, only regarding the 1st column). All this after reducing from 3 to 2 columns (see Chris at #2).
.small_box{
float:left;
padding:0 0 15px 50px;
position:relative;
}#top .box1{
padding:0 0 15px 30px;
width:600px
}
See result at
http://ullrichm.taurus.uberspace.de (TEMP, CURRENTLY EDITING)
http://ullrich.de (IF THE FIRST ONE DOESN'T WORK ANY MORE)Posted 1 year ago # -
Good to see you've got it to work already :)
Thanks for sharing your solution!Posted 1 year ago #
Reply
You must log in to post.














