Tagged: header logo, padding
hi – a few questions:
how do I control the padding on this page: http://thisistouch.com/testing/
1. header / logo
2. horizontal ruler – I tried this:
.hr-full, .hr-big {
margin: 10px;
}
and this:
.hr {
padding: 10px 0;
}
without success.
3. disable image rollover on the map:
I did it on another page with this:
#av_section_2 img:hover {
opacity: 1 !important;
}
but I can’t find the right section # or whatever it is.
4. How about the padding between the title and text block on this page:
http://thisistouch.com/testing/this-is/what-we-do/
?
thanks for your help! I am about to buy a second license for Enfold – can’t use anything else now.
figured it out!