Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Full Width Head Banner on Twenty Ten 1.3 WordPress

  • SOLVED

I am using Twenty Ten 1.3 for one of my project, having a banner issue on some of my inner pages, I am using Widget Logic for my inner page banner.

The inner banner that I am having issue with are as followed :

1. http://housereal.net/technologies/
2. http://housereal.net/products-solutions/

I would like the banner to display across full width instead of having grey pattern repeat over, right now, the grey pattern repeat should be images or that will be my goal.


Answers (3)

2012-06-11

Jatin Soni answers:

Here is very easy solution will take second to do.

add below property to .cheader-img class in style.css line #2987

background-size: cover;

If anything overriding this than use important

background-size: cover !important;

however I believe first (without important) should work


Jackson Yang comments:

I think u got it, double checking


Jatin Soni comments:

That's great! let me know if I cam help you more.

2012-06-11

Agus Setiawan answers:

hi, let me help you to fix this, please send me an access to your dashboard, thanks.


Jackson Yang comments:

please add me - skype - jackson919

2012-06-11

Rashad Aliyev answers:

P.S: Now it's looking good. That's covered. But I suggest you to also add this CSS for cross browsing ( .cheader-img ):

-moz-background-size: cover;