Help with line-height issue in Green Salad Theme

Permalink
I have modified the Green Salad theme which can be seen herehttp://www.intheframestudio.com/Natu...

Now the issue is that if you see that the content on the left side-bar takes up more line-height compared to the content on the right side-bar. I found that this is caused by the below mentioned style in the main.css.

#page #central #sidebar p {
line-height:24px
}

Now, if i set the line-height to none, the content in the left-side bar displays the same line-height as the content in the right side-bar. However, this causes the Tinymce editor to not load properly.

Help would be appreciated !!

 
kino replied on at Permalink Reply
kino
add
#page #central #body {
 line-height:24px
}
Pritam replied on at Permalink Reply
Hi Kino,

Thank you very much for your quick response.

Another issue i am facing is like I wanted to have some sections of the website in Full width Page Type, but when i try choose the full width page type the logo in the header does not show up.

Cheers !!

Pritam