The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Web Design
> CSS Help
|
Css placement, how to?
Discuss Css placement, how to? in the CSS Help forum on Dev Shed. Css placement, how to? Cascading Style Sheets (CSS) forum discussing all levels of CSS, including CSS1, CSS2 and CSS Positioning. CSS provides a robust way of applying standardized design concepts to your web pages.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

February 6th, 2013, 04:11 AM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 3
Time spent in forums: 39 m 32 sec
Reputation Power: 0
|
|
|
Css placement, how to?
Hi!
On this page:
Code:
http://88.208.193.146/nieuw/
I'd like the bit underneath the main image (in the header) to be a bit higher, just as on this page:
Code:
http://demo.rockettheme.com/joomla/cerulean/?presets=preset4
Both pages use the same template. The difference is that my logo is a bigger (higher) image, so most of the rest of the content of the page has gone down.
I've been trying things, but can't seem to work it out. I have to admit, I'm not much of a css wizzard.
Does anybody here have an idea?
Thank you very much!
|

February 6th, 2013, 10:15 AM
|
 |
For POny!
|
|
Join Date: Apr 2012
Location: Amsterdam
|
|
get in your stylesheet and change the following
Code:
#slideshow-spacer{height:380px}
|

February 6th, 2013, 11:06 AM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 3
Time spent in forums: 39 m 32 sec
Reputation Power: 0
|
|
|
Thanks!
in fact, that's one I tried, but it wouldn't work as the height is set in the html, produced by the slideshow script. So I thought, let's see if I can change that. And it worked, I could change it from 430 to say 330. However, what happened was that the slide show wasn't as high (100px less of course) but everything underneath just moved the same amount of pixels up. So in the end, the result visually is the same (with a less high header image).
What I'd like is everything underneath that picture to move up, while the stuff at the top remains how and where it is.
But really, I do appreciate you taking the time to try to help me, so thanks a lot!
|

February 6th, 2013, 11:19 AM
|
 |
For POny!
|
|
Join Date: Apr 2012
Location: Amsterdam
|
|
than try:
Code:
#rt-transition {
position: relative;
top: -55px; /* added */
z-index: 1;
}
P.s. nice spot to live btw 
Last edited by aeternus : February 6th, 2013 at 11:21 AM.
|

February 6th, 2013, 04:12 PM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 3
Time spent in forums: 39 m 32 sec
Reputation Power: 0
|
|
Now that was spot on, worked like a charm!
Thanks a lot!! It's great to know there's this place for my css troubles
And, yes, you're right, I live in a privileged spot on this planet. Could be even more beautiful, but we don't have crazy illnesses or so etc etc
Here are some pictures of this evening, right after my run and splash in the sea:
Code:
https://www.facebook.com/GranCanariaInfo
Thanks again!
|

February 6th, 2013, 05:11 PM
|
 |
For POny!
|
|
Join Date: Apr 2012
Location: Amsterdam
|
|
|
your welcome
Have fun!
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|