View Single Post
  #3  
Old 11-04-2014, 02:15 AM
 
kokeyuk1 kokeyuk1 is offline
 

Member
  
Join Date: Jul 2013
Posts: 24
 

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

Quote:
Originally Posted by qualiteam
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.

Thanks for the quick help, all sorted on that front.

Just a quick question (again!) regarding the Custom CSS.

I applied a change to the .subcategories to make the font size slightly smaller which worked.

Then doing the same thing on the sidebar, changed the sidebar but meant the .subcategories reverted. I don't know if these are directly related but seems as though they couldn't both be applied to the custom CSS?
__________________
WBK3p2snmcUwpP0V1MtfpCuV6qUAD282
Reply With Quote