Recent Topics

1 Sep 04, 2007 01:28    

My b2evolution Version: Not Entered

The error in miami_blue also with the archive _main.php that you (Afwas) it still ordered me persists. Although to very like this skin, I go to lean miami_blue for the time being and go to use natural_pink. I have a small doubt with regard to natual_pink. It would like that the vertical line to sidebar even followed it under close to the bird (flamingo) there under. I had access the CSS of skin natural_pink but I only found instructions that thicken the line of sidebar but nao the one that increases. How to proceed?

2 Sep 04, 2007 01:59

The miamy_blue skin now works perfectly in all browsers I tried, so if that's your favorite, you can keep it.
To make the line in Natural Pink larger, look for this piece in ../blogs/skins/natural_pinf/rsc/styele.css line 47:

.bSideBar /* Right column */
{
 width: 29ex;
 float: right;
 overflow: hidden;
 border-left: 1px dotted #000;
 padding-bottom: 250px; /* Breathing space for background image */
}


Make the 250px way larger, 1000px or 2000px in your blog. That does the trick.
One problem to think about: the line has a fixed length. You can change it, but since the posts vary in length, some days the line will be perfect, sometimes too large and sometimes too small. There is nothing you can do about it.

Good luck


Form is loading...