I have a coloured section on the top of my page.
I need to make the height less for this specifc section which I have given a uniq id
#topcol .container { height: -60px; } this is what I was thinking of adding to the custom css
but its not working.. if I view the element not sure if its being generated by responsive or fixed but I see the height set to -100px
I have a marque in it, it takes up 30px and I would like to have the box with only 15px above and below.
James
Hey James,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
sorry I forget how many customers and requests you have. I figure you just remember.
http://www.docksidechandlery.com/wpress
There is a colour section with a marque in the top just under the header.
James
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#topcol {
min-height: 60px;
}
Cheers!
Yigit
Thankyou, that was my next thought the min-height.. :) getting there!