Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to reverse everything in my header?


  • kaspr007
    Member

    @kaspr007

    Hello all.

    I have modified the default theme Kakumei 1.0 pretty much to my liking. I could use help with one thing though. I would like my bbpress header to look as similar to my wordpress header as possible. What I don’t know how to do is

    1. Switch the header title and logo to the left side

    2. Move the log in info to the right

    3. Drop the search bar down a bit.

    http://www.durhamdigs.ca/

    http://www.durhamdigs.ca/forum/

    Could any one lend a hand or point me in the right direction?

    Many Thanks,

    Kaspr

Viewing 3 replies - 1 through 3 (of 3 total)

  • gerikg
    Member

    @gerikg

    It will be easier to see the raw files to help you out unless you just want it to appear the same. Did you want to include the page navigation?


    kaspr007
    Member

    @kaspr007

    Hi Gerikg,

    I just want it to appear the same with the same size font. I don’t need page navigation. I tried modifying the style sheet myself but it’s a bit above my knowledge of css.


    gerikg
    Member

    @gerikg

    try using Firefox and an addon called FireBug.

    It’s something useful to find what part of the site is using what css.

    your body tags for WP

    body {
    color:#444444;
    font-family:Arial,Helvetica,Sans-serif;
    font-size:0.79em;
    margin:0;
    padding:0;
    text-align:center;
    }

    Your Body Tags for bbP

    body {
    background-color:#F9F7F5;
    font:62.5% 'Trebuchet MS','Lucida Grande',Arial,Helvetica,Sans-serif;
    margin-bottom:50px;
    }

    you can start by changing your font on bbP to Arial,Helvetica,Sans-serif; and add in font-size… etc etc

    Try it!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar