Hi,
I wonder if there is a required minimum height size for the coloured section. I have no problems to get it higher. But I want it smaller than this:
http://alpakabetten-und-mehr.de/produkte/
I have also tried with negative whitespace, but it doesn’t work.
Thanks in advance for your help.
Sophie
Hey Sophieja23!
Yes, there is a min-height. To change it use the following and adjust the values:
.page-id-172 #av_section_1 {
height: 100px !important;
min-height: 15px !important;
}
Cheers!
Günter
Hi Gunter
I am trying to reduce the high of one of the coloured sections on my homepage and have applied your CSS but doesnt seem to be working. Have a look at the homepage at the top where it says ”this is text” I want that height even less.How can i do this?
Thanks
James
Hi James,
The code above applied to a very specific element on a specific page. You need the code specific to your element.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.page-id-734 #av_section_1.avia-section-small .content {
padding-top: 10px;
padding-bottom: 0px;
}
If you need further assistance please let us know.
Best regards,
Victoria