Thread Starter
olasz
(@olasz)
Thank you for inputs. Those are powerfull tools.
Thread Starter
olasz
(@olasz)
Yeah, it looks strange to me too and even googling i can’t find many risults with this code.
My theme is StartupWP, and I would like to understand what will happen if I delete this script.
Thread Starter
olasz
(@olasz)
– I have added custom css plugin “Custom CSS Manager”
– I have made a custom css as described :
header {
height: 5px;
}
– Now I can make my header as short as I want, but my problem now i s that the elemnts are anymore in the header.
-How can align those up at the top of the header?
http://www.rentbudapestapartments.com
Thread Starter
olasz
(@olasz)
Hi WPyogi,
I guess my custom CSS is the file named “style.css” and I mean in “height“, no width
So I tried with:
header {
max-height: 850px;
}
but it doesn’t work.
Any idea for height?