minor space between two blocks
Permalink
Hello,
Just building my first concrete site (sintwalrick.nl) i was wondering if it's possible to minor the space between two block (see attached file). I don't want to have such a big logo on the main page. You have to see more info.
Can anyone help me out?
Ferry
Just building my first concrete site (sintwalrick.nl) i was wondering if it's possible to minor the space between two block (see attached file). I don't want to have such a big logo on the main page. You have to see more info.
Can anyone help me out?
Ferry
Hi Garbiel,
Nope, I'm not that good at CSS. Can you help me out?
gr.
Nope, I'm not that good at CSS. Can you help me out?
gr.
Is that slideshow a plugin you downloaded?
Yes/No, I can also insert a picture or any other block. It's a template page of the theme Elegancia. It does not fit to the size of the picture or slide show. This space is fixed...
Dang, the proxy at work wont let me try the demo :(
Mmmmh ...
You will have to wait until I can get home, or til someone other works this out, sorry :(
Mmmmh ...
You will have to wait until I can get home, or til someone other works this out, sorry :(
can you remove the block? just to see if the gap disappears ...
Block removed, see attached file for site in edit modus...
Ok, then the Slideshow's area wrapper is height fixed.
You need to get your hands dirty on this.
Is this slideshow appearing in all your pages? Only in a particular page type? Only in your home page?
You need to get your hands dirty on this.
Is this slideshow appearing in all your pages? Only in a particular page type? Only in your home page?
It's a page-type (lay-out) that i can choose. Only the frontpage has this layout.
Ok, can you send that page type's file?
You will find it under the theme directory. It will be a file named as the page type with a .php suffix
You will find it under the theme directory. It will be a file named as the page type with a .php suffix
hereby
(i can't upload .php so i changed it to .txt)
also the style.css; i see min. height etc... is that it?
(i can't upload .php so i changed it to .txt)
also the style.css; i see min. height etc... is that it?
GOT IT (i think), i changed height in the CSS...!
well done!!!
yes! you should change the 'min-height' value in
to adjust it to what you wish :)
You may also wish to change the 'min-height' value in:
Welcome to the marvelous world of CSS! :D
yes! you should change the 'min-height' value in
.c5wrap #slider_wrapper {min-height: 300px; overflow: hidden; width: 100%;}
to adjust it to what you wish :)
You may also wish to change the 'min-height' value in:
.c5wrap #slider_inner {min-height: 100px; overflow: hidden; width: 960px; margin: 0 auto;}
Welcome to the marvelous world of CSS! :D
It feels like a your slideshow area is given too much margin-bottom (I don't think the horizontal ruler beneath to be the problem).
You should be able to change that with a bit of css.
Do you know how to do that?
Cheers :)