Thu, 2013-05-09 10:07
This is the site I'm working on: http://dlit.co.za/
I want to be able to make the post title fluid like on this site: http://clevva.net/contact/
The CSS i'm targetting is:
.block-type-content .entry-title { height: 140px; background-image: url(post_title_pic.png); background-repeat: no repeat; background-size:100%; }
For some reason it won't expand to the edges of the browser window like it does on http://clevva.net/contact/
I'd appreciate any help at all.
I'm using:
Headway 3.4.11 Wordpress 3.5
Thank you.
Tue, 2013-05-14 01:08
#1
Those styles don't seem to be
Those styles don't seem to be applying to the .entry-title, how are you attaching them?