Inserting image full width top area
Tiki 15.0
Theme: Utopia
http://thepatriotwoodwiki.org/HomePage
Dear Tiki gurus
I have a new dilemma with our theme. With the help of the Tiki gurus here I was able to make the top of our theme have a black strip. Now we have changed our theme on our home website to have a flag banner at the top stretching across.
Here is our community website with the flag across at http://thepatriotwoodworker.com/
We would like to duplicate that here at http://thepatriotwoodwiki.org/HomePage
Here is the custom code we already have thanks to the help from the gents here on this forum.
body { -webkit-box-shadow: inset 0 195px 0 0 rgba(0,0,0,1); -moz-box-shadow: inset 0 195px 0 0 rgba(0,0,0,1); box-shadow: inset 0 195px 0 0 rgba(0,0,0,1); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #000000; background-color: #5C594A; } #top_modules, #topbar_modules, #pagebottom_modules { background: #000 }
Can you help me change it up so that we may have our flag at the top? I experimented with this:
} #top_modules, #topbar_modules, #pagebottom_modules { background: url(http://thepatriotwoodworker.com/uploads/monthly_2016_05/stars_and_stripes.jpg.e0837ceb7e0d972fd7ae5fdf7a9b1c84.jpg); }
at our test site at http://tpwtestuser.com/tiki/HomePage but as you can see it only spanned the center and not the sides.
I sure could use some help about now. Thanks for any suggestions.
John