Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] The center column jumped up because fixed header (http://forum.bytesforall.com/showthread.php?t=22873)

Viktoria Oct 14, 2014 09:36 AM

[SOLVED] The center column jumped up because fixed header
 
2 Attachment(s)
Hello,

I did a fixed header, but now I have a problem:
The center column (the page and slider) is Jumped up, how can I do a space or margin in the top of the page. I tried Everything but all i done, Cause a margin/space in the top of header.
I need the space is show Between header and the center colum, like in a Attached image.

Css Codes:
#header {
position:fixed;
background: #101010;
z-index: 99998;
}

Website Url


I would appreciate your help :)

juggledad Oct 14, 2014 10:27 AM

try in the CSS Inserts
HTML Code:

div#wrapper { position: relative; top: 185px; }

Viktoria Oct 14, 2014 11:54 AM

In the top is perfect but in the bottom appeared a problem, a space in footer.
The page is jump down.
How can I fix it?

Thank you.

lmilesw Oct 14, 2014 11:59 AM

There is a setting in the theme options to set the footer as sticky on short pages. Perhaps that is what you want.

juggledad Oct 14, 2014 12:29 PM

you have to adjust the footer too - try this
div#footer.full-width {
HTML Code:

    position: relative;
    top: 200px;
}


Viktoria Oct 14, 2014 12:44 PM

Juggledad, Thank you! it's perfect! :)
Donation on the way.


All times are GMT -6. The time now is 02:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.