beyondthetone Established Member ★ 15 ★ Impact 0 Oct 11, 2008 798 views 2 replies #1 Im haveing trouble trying to figure out why my header is duplicating on this Joomla site www.edrinks.org Not sure if this is an easy fix or not Any help would be appreciated. Thanks
Im haveing trouble trying to figure out why my header is duplicating on this Joomla site www.edrinks.org Not sure if this is an easy fix or not Any help would be appreciated. Thanks
un4given[MAD] Established Member ★ 15 ★ Impact 2 Oct 12, 2008 #2 This is very easy to fix. All you need is to edit your http://edrinks.org/templates/js_jamba/css/style2.css file You should change this: Code: /* Header background color/image */ #header-wrap { background: #335973 url(../images/style2/header_bg.png) repeat-x; } to this: Code: /* Header background color/image */ #header-wrap { background: #335973 url(../images/style2/header_bg.png) 50% 0 no-repeat; }
This is very easy to fix. All you need is to edit your http://edrinks.org/templates/js_jamba/css/style2.css file You should change this: Code: /* Header background color/image */ #header-wrap { background: #335973 url(../images/style2/header_bg.png) repeat-x; } to this: Code: /* Header background color/image */ #header-wrap { background: #335973 url(../images/style2/header_bg.png) 50% 0 no-repeat; }
beyondthetone Established Member ★ 15 ★ Impact 0 Oct 12, 2008 #3 Thanks Thanks so much. It worked great. www.edrinks.org