Page 2 of 2

Re: font size galery 3.0

Posted: 23 Nov 2013, 00:02
by Jan
Hi, no, the syntax is wrong, try to see some css guides. The syntax should be:

Code: Select all

#id-of-some-item {
   font-size: 18px;
}
or:

Code: Select all

.class-of-some-item {
   font-size: 18px;
}

Re: font size galery 3.0

Posted: 23 Nov 2013, 19:05
by mikuni
Thanks ...but it wont Change anything :(

Re: font size galery 3.0

Posted: 27 Nov 2013, 19:08
by Jan
So then your css is e.g. on wrong place, or your template override it (template css are loaded as last and can override all the previous defined styles) So this needs to be found e.g. by some tool like firebug is. :idea:

Jan

Re: font size galery 3.0

Posted: 30 Nov 2013, 16:49
by mikuni
Thanks Jan, but is in the template.css at the last Position in it .. so i think nothings comes after this ... ?1

Re: font size galery 3.0

Posted: 30 Nov 2013, 19:08
by Jan
Hi, then really no idea, if you set some css rule and it is on last position and it affects right class or id, then something needs to be wrong e.g. on PC or in browser. Try to check again if the css rule really applies to selected class or id (try to set other rules like background, etc. :idea: )

Jan