• Hi

    I have put a widget text box in my sidebar but it only shows half of the title.

    Can I increase the width of my sidebar or reduce the size of my text?

    Any help would be appreciated

Viewing 4 replies - 1 through 4 (of 4 total)
  • A link to your site would help…

    Thread Starter intro200

    (@intro200)

    Hi

    Sorry, I am new to this. Link is: http://4excash.info

    Thanks
    Ray

    .contentLayout .sidebar1
    {
        width: 175px;
    }
    
    .contentLayout .content
    {
    
      width: 700px;
    }

    this is how it is now. if you increase one width – you have to decrease the other by the same amount.
    the only thing i see sticking over the edge, is the calendar. to make that narrower put the new line into the style.css:
    #calendar_wrap table {width:95%; }
    (95% or similar number)
    and last – the font size of the headers in the sidebar are in here:

    .BlockHeader-text
    {
    white-space: nowrap;
    color: #ebf4fa;
    font-family: Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 30px;
    }

    hope it helped 😉

    Thread Starter intro200

    (@intro200)

    Hi

    Just a note to say a very big thank you for your help with this, I really appreciate it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to increase side bar width’ is closed to new replies.