View Single Post
  #2  
Old 11-04-2014, 12:23 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Quick help regarding h1/2/3 etc formatting

As far as I understand, you want the H2 tags inside category descriptions do not start a new line, but get displayed inside the line which they are declared in.

If so, you should add the following CSS rule (you may use the ThemeTweaker module to do this):

.category-description h2 {
display: inline;
}

Also, I've noticed that you use "<font>" tags. These are deprecated now, so it makes sense to remove them and configure the color in the above CSS rule.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote