Info
- 4 posts
- 2 voices
- Started 2 years ago by kaspr007
- Latest reply from gerikg
- This topic is not resolved
How to reverse everything in my header?
-
- Posted 2 years ago #
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 -
- Posted 2 years ago #
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?
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
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!
-
You must log in to post.