- This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
I have this wordpress website Your text to link here…
Its sticky header is collapsed I want it to be exactly as template provider..
Your text to link here…
Please help me template not responding from last 10 days and its urgent!
guess u did it! congos
No I havent been able yet…
I want the logo and menu to be in the same line as in spyropress.com
However its perfectly fine on scrolling down
Float as in how?
/* Header Container */
header > div.container {
height: 100px; **// remove this line**
margin-bottom: -35px;
position: relative;
display: table;
max-width: 1170px;
}
remove height: 100px from theme.css
EDIT: ok, wait it does something else
ok, what you need to do is make a css class say
.header2{
height:100px;
}
and then where ever is your script to bring down the menu, you need to add the above class.