Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #7542
    cbtoolkit
    Member

    Is the header top sidebar supposed to be the same dimensions as the site’s sidebar?

    It strikes me that it would be very helpful if it spanned the top of the entire site. I could use that to display special messages (notifications of significant events) or other useful information rather than have it right aligned and limited to the width of the right column.

    I suppose I could CSS this but as is it seems less useful.

    What CSS would I use to make the header top sidebar the entire width of the site and center or left aligned?

    #7565
    Sakin
    Keymaster

    @cbtoolkit: Add the widget in the header top sidebar and send me your site URL. Then I will check and give you the css code.

    #7568
    cbtoolkit
    Member

    Thanks.. Here is my demo site.. I’m using a text widget – no title in the text widget. Not sure why the text is flowing outside the main area.

    http://demo.kreativeknowledge.com/

    Thanks.

    #7636
    Sakin
    Keymaster

    @cbtoolkit: There is missing line height. We will check the issue in more details but for now you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `#branding .widget-area { line-height: 1.65; }`

    #7638
    cbtoolkit
    Member

    But what about making that widget the width of the entire site? That was my original question but when I posted this on the demo site I noticed the line height issue.

    #7648
    Sakin
    Keymaster

    @cbtoolkit: There seems to be little bug in the widgets as both the Header Top and Header right sidebar are using same ID. So, we cannot separate at this time. We will release the update soon and then you will be able to do that. But if this is urgent then let me know I will email you and add it in your site.

    #7659
    cbtoolkit
    Member

    No worries. I currently add a div to my header.php file when I need to do this and that has been fine.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Header Top Sidebar’ is closed to new replies.