![]() |
![]() |
![]() |
|
|||||||
| User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Jul 2006
Posts: 16
![]() |
Hello guys.. I am a newbie.... I have few questions about custumizing ESyndicat 1.5..
1. How to customize the content of the side bar? 2. How can I fix the height of every subcategory...here is my directory.. http://www.phildirectory.net/dir/about-the-philippines/ Thanks a lot! ![]() |
|
|
|
|
|
#2 | ||
|
Join Date: Sep 2005
Posts: 1,421
![]() |
Quote:
Quote:
Code:
div.categories div.col
{
float: left;
height: 150px;
text-align: left;
width: 250px;
}
div.categories div.last
{
float: left;
height: 70px;
text-align: left;
width: 170px;
}
Save the changes. Voila. |
||
|
|
|
|
|
#3 |
|
Join Date: Jul 2006
Posts: 16
![]() |
hey thanks for the fast reply...
![]() 1. I put this code to the css file.. div.categories div.col { float: left; height: 70px; text-align: left; width: 250px; } div.categories div.last { float: left; height: 70px; text-align: left; width: 170px; } it looks good here.. >> http://www.phildirectory.net/dir/ ..but when I click on the main category, this will happen.. http://www.phildirectory.net/dir/about-the-philippines/ ...the height of the subcategories are too high... can u please help me how can I be able to fix it while not affecting the height of the categories of the main page....? 2. How to customize the sidebar so that I may be able to put some html codes (text and pictures) on it...? thanks again sir. ![]() |
|
|
|
|
|
#4 |
|
Join Date: Sep 2005
Posts: 1,421
![]() |
1. Try removing height completely and adding margin-top, say, 20px
2. Open footer.tpl and play with content right after opening <td> Hope this helps. |
|
|
|
|
|
#5 |
|
Join Date: Jul 2006
Posts: 16
![]() |
Thank you!
Problems solved! ![]() |
|
|
|
|
|
#6 |
|
Join Date: Sep 2005
Posts: 1,421
![]() |
That's good
![]() |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|