Layout Sweethome

Latest Reply from markb81 at 2013-12-09 08:26:50
Hi,

We purchased sweethome a while ago for our tabletennis club. Members of our club are complaining that the size of the front photo is too large in comparison to the text below it.

Especially people with a lower resolution only see the photo and not the text below it.

Is there a way:
- To make the displayed photo in the slider smaller?
- To get rid of the grey top bar with the search bar in there?
- To only use 1 menu

We would also like to get more space for 2 sidebars (1 left, 1 right) and the middle with the text in there. Which stylesheet must we edit to increase the total width of the page?

Thanks!

Mark - ttvm.nl
You can change slider size in file style.css by editing the following sections:

.fp-thumbnail {
height:397px;
width:1000px;
}
.fp-slides {
height:397px;
width:1000px;
margin:0px auto;

}
.fp-slides-items {
height:397px;
width:1000px;
}


To get rid of the grey top bar you have to delete the background for body here:

body {
color:#6d6d6d;
position:relative;
background:url(images/top.png) left top repeat-x;
}

To remove the search box you have to delete the code:

<div class="menusearch" title="">
<?php get_search_form(); ?>
</div>

Besides, I advise you to decrease the height of secondarymenu container on the line 238 in the file style.css:

#secondarymenu-container {
height: 40px;
Thanks Alice. We'll give it a try!
Grtz, Mark

Leave a reply

Add codeAdd image