• Resolved [email protected]

    (@jonmiles01gmailcom)


    Hey,

    The problem is that the g in the log in part in the header is being cut in half. What shall I define in the CSS to show the rest of it?

    link to site: ‘here

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • jruescher

    (@jruescher)

    hi,

    first of all, after the log in part is much more in the sidebar u cant see at the moment..

    but, to expand the sidebar in the header increase the height.

    #sidebar-header{
        float: right;
        margin: 15px 0;
    
       <strong> height: 90px;</strong> <- set this to 110px to see the log-in part
    
        overflow: hidden;
        width: 728px;
    }

    if you want to show all.. change the “height: 90px” to “min-height: 90px”

    : )

    Thread Starter [email protected]

    (@jonmiles01gmailcom)

    Yeah works fine.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget not showing correctly’ is closed to new replies.