test
Hi,
I still do not see styling changed for h1.logo
Please edit your template/ja_rave/css/template.css
On line no 299 you will find <blockquote>h1.logo, div.logo-text h1 {</blockquote>
You need to replace <blockquote>h1.logo, div.logo-text h1 {
font-size: 250%;
line-height: 1;
margin-left: 0;
}</blockquote>
with
<blockquote>h1.logo, div.logo-text h1 {
display: block;
font-size: 250%;
height: 140px;
line-height: 1;
margin-left: 0;
width: 600px;
}</blockquote>
This should fix your logo overlapping problem.
1 user says Thank You to himangi for this useful post
This topic contains 16 replies, has 3 voices, and was last updated by himangi 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum