Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Add Header DIV to WordPress Theme.

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #46259
    hendrix940
    Participant

    Thanks in advance. Guys, I’m trying to add a DIV header area to our site, any ideas on on how to do it? I’d also like to make it where the header stayed in place, like the left side bar, and the area that is our thumbnails scrolled up/down. Any ideas on how to do this? Thanks. –http://hoeggercommunications.com

    #142314
    Eric Gregoire
    Participant

    There already is a header, it’s just that the theme was made to assign what your are referring to as the “left sidebar” as the actual header in the code. There are a few options for you , but the simplest I can think of is maybe edit the HTML of the ‘header.php’ file to include a div element (avoid a class or ID of “header”; it’s taken) with what you need in it and style with CSS in your main stylesheet, etc.

    If it’s going to have a menu or nav, you’ll need to add the appropriate editable regions for a menu to be able to add/edit menu items from the back end.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.