Elements

Nov 25, 2007 09:00

Hello!
Help, please, to decide a few problems of design my modest magazine.
I know that it is simple, but I need prompt.
How to do it?

1.to change a size and font of subheading of magazine?
2.to increase the size of font tags and page summary?
3.to dispose a tags column in left part under a calendar?  Placing of elements must be as a column.

I shall ( Read more... )

entries:linkbar, header:nav links:font, sidebar:summary, sidebar:tags

Leave a comment

Comments 9

av8rmike November 25 2007, 16:20:01 UTC
  1. Replace this in your current CSS:
    div#header-name a {
    font-family: "Book Antiqua",sans-serif;
    font-size: 15pt;color:#FFFFFF;
    border: 0}

    div#header-text {
    font-family: "Georgia",font-style:italic;
    font-size: 20pt;color:#FFFFFF;
    border: 0}

    with this:

    #header-name a {
    font: 15pt "Book Antiqua", sans-serif;
    color: #FFFFFF;
    }
    #header-description {
    font: italic 20pt Georgia;
    color: #FFFFFF;
    }
  2. For page summary:
    .archive-widget {font-size: 14px;}
    (Replace 14px with your own size.) You can't change the tags sizes in a cloud individually with CSS. You can either switch the tag cloud to a list, or use a custom theme layer to change the way the tags are displayed. There are a few examples here in this community.
  3. I don't understand this one. You want all the sidebar elements in one column? You can change that from the Customize Journal Settings page by changing from 3 columns to 2 columns.
Please let me know if my instructions are unclear.

Reply

miss_zipper November 25 2007, 17:09:06 UTC
Thank you:)).
I will apply your advices now.
Concerning a question 3.
I thought that it is possible to create the own non-standard model. I like variant with lateral elements from two sides. Think, that tegs rationally to place on the left emptying place under a calendar. I regret, if it is impossible.
Thank you.
... )

Reply

av8rmike November 25 2007, 17:31:23 UTC
Go to Customize Journal Style page -> Sidebars -> Ordering and change the order so that Tags comes after Calendar.

Reply

miss_zipper November 25 2007, 17:44:54 UTC

... )

Reply


Leave a comment

Up