Problem with tables and inserted text/images in content.

GK User
Thu Sep 20, 2012 9:23 am
Problem with tables and inserted text/images in content.
jce support means: Your template seems to have a css reset that sets a vertical-align:baseline; style to all table cells. The vertical-align style seems to override the valign attribute.

how & where can i fix this ?

thx4help :)
User avatar
Expert Boarder

Konrad M
Thu Sep 20, 2012 9:27 am
Hi,
please give us link to page with this issue. It will be much easier to help you.
User avatar

GK User
Thu Sep 20, 2012 9:30 am
User avatar
Expert Boarder

Konrad M
Thu Sep 20, 2012 9:39 am
please try add to override.css
Code: Select all
.articleContent table,.articleContent tbody,.articleContent tfoot,.articleContent thead,.articleContent tr,.articleContent th,.articleContent td {
vertical-align:top;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Sep 20, 2012 10:51 am
works ! thx a lot

and one more: how can i reduce the title size?

thx :D
User avatar
Expert Boarder

Konrad M
Thu Sep 20, 2012 10:55 am
please try add to override.css
Code: Select all
#gkComponent > div > h1, #gkComponent > div > h2, #gkComponent > div > h1 a, #gkComponent > div > h2 a {
font-size: 48px;
}

and reduce this value to fit your needs.
User avatar

GK User
Thu Sep 20, 2012 12:17 pm
thx 4 quick support. :D
User avatar
Expert Boarder


cron