Hello,
I can't have the correct size of my "flex column" titles. I put my tittle like this : <h1>TITLE<h1/> but the size won't be working...
Any help?
Hello,
I can't have the correct size of my "flex column" titles. I put my tittle like this : <h1>TITLE<h1/> but the size won't be working...
Any help?
Hey,
can you post a link to a sample page please?
Ok! the problem is solved!
The font size is specified for flex_column (I don't know why...) in base.css...
.flex_column h1 { font-size: 13px; }
.flex_column h2 { font-size: 12px; }
.flex_column h3 { font-size: 11px; }
so I've modified in custom.css with the same size of h1, h2, h3...
Sorry, for the lost time...
Glad that you found the solution :)
You must log in to post.