Not signed in (Sign In)

Categories

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

RecentTags

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

This discussion has been inactive for longer than 90 days, and is thus closed.
    • CommentAuthorjwg1800
    • CommentTimeApr 27th 2007
     permalink
    the text in my sidebar. I was able to figure out how to change the size for the headings but haven't figured out how to change the size of the other text.

    Does anyone know how to do ths?

    John
    • CommentAuthorjwg1800
    • CommentTimeApr 27th 2007
     permalink
    Let me also say that I would like the links in the sidebars to also be smaller as that's what's primarily in my sidebars. Right now here's what I have in my custom.css file but it doesn't seem to be making any change:

    .custom #sidebar2
    {
    font-size: x-small;
    }

    .custom #sidebar
    {
    font-size: x-small;
    }


    John
    • CommentAuthorDenis
    • CommentTimeApr 27th 2007
     permalinkBuy a Drink

    Use something like:

    .sidebar,
    .sidebar p,
    .sidebar li,
    .sidebar td,
    .sidebar th
    {
      font-size: x-small;
    }
    

    D.

    • CommentAuthorjwg1800
    • CommentTimeApr 27th 2007
     permalink
    you hook me up every time Denis

    John
    • CommentAuthorjwg1800
    • CommentTimeMay 3rd 2007
     permalink
    Didn't realize that I could use font sizes like that. I'll give it a try.

    John
    • CommentAuthorDenis
    • CommentTimeMay 3rd 2007
     permalinkBuy a Drink

    it has to do with the line height. try adding this:

    line-height: 10pt;

    D.

    • CommentAuthorDenis
    • CommentTimeMay 3rd 2007
     permalinkBuy a Drink

    .sidebar, .sidebar p, .sidebar li, .sidebar td, .sidebar th { line-height: 10pt; font-size: 9pt; }

    • CommentAuthorBravos
    • CommentTimeJun 14th 2008
     permalink
    Denis
    You have an accumulating number of posts in the forum from users who signed up for ease of use and have found that SLP is becoming more difficult and techie rather than the easy-manage tool they signed up for.

    Is there any relief on the horizon?

    Best regards
    Bruce
    •  
      CommentAuthorMike_K
    • CommentTimeJun 14th 2008
     permalinkBuy a Drink
    Bruce,

    It should be the opposite. With SLP 5.x, Denis tackled widgets and the need for custom.php programming. The plan with 6.x, is to tackle the custom.css stuff.

    What are you finding more difficult?

    Mike
    • CommentAuthorBravos
    • CommentTimeJun 14th 2008
     permalink
    There are maybe half a dozen posts in the forum about the loss of the ability to change font sizes in the WYSIWYG editor.

    Similar number about positioning media of various types.

    All the answers seem to involve going into the coding.

    "If you are not spending 90% of your time on marketing then your business is doomed to failure" - Alex Mandossian.
    I bought SLP because I never want to have to deal with coding or plugins or reading the WP codex.

    Whatever anyone's opinion on whether that is a viable strategy, the net effect of v.5 has been a loss of ease of use for users like me.

    I'm a great enthusiast for the product - just enormously frustrated/irritated by the way I perceive things to be heading.

    Best regards
    •  
      CommentAuthorMike_K
    • CommentTimeJun 14th 2008
     permalinkBuy a Drink
    I just posted about the editor switch. I am wondering if we need to also provide sem-wysiwyg again.

    I am thinking so...

    Mike

This discussion has been inactive for longer than 90 days, and is thus closed.