hi

how can i resize content text?
i try to edit style.css but no results yet

Comments

tombigel’s picture

Please be more specific.

student2’s picture

Sorry Tom,
I need the size of the text that written in node to be 14px
how to do that?
thanks for your replay.

tombigel’s picture

All the font sizes in Tendu are relative to 12px (It's written in the coments at the top of style.css) and stated in "em" units.

For all the nodes to be 14px use:
.node{font-size:1.166em}

btw -
.node{font-size:14px;} is supposed to work just fine.

student2’s picture

Yes, it works fine, but unfortunately it is also change the title font size
I would appreciate if you told me how to make the node title out of
Such modification.

regards

tombigel’s picture

This is not a Tendu related question anymore, and this is not the place for CSS lessons.
Please read some Drupal theming guides or look for CSS tutorials for these issues.

for your question -

.node .content{font-size:1.166em;}
tombigel’s picture

Status: Active » Closed (fixed)