Recent Topics

1 May 18, 2011 22:03    

My b2evolution Version: 2.x

Hi all!

I'm trying to plug my b2evolution blog into my existing Dreamweaver template and I am having a slight problem with the results.

Having worked off of the nifty_corners skin, I tweaked the design to suit my site and plugged the code into my template. Now, the blog loads fine in the template, but somehow the code is altering my basic navigation layout; everything seems offset slightly to the right and my navigation menu is much bigger than it should be.

Any thoughts on what is causing this? (Links below)

Main site:

http://www.tfu.info

Blog:

http://www.tfu.info/b2blog/

Any help would be much appreciated!

--Ant

2 May 18, 2011 22:06

I dont know how much work you have put into that; not to be harsh or anything but I'd recommend you dump the whole thing and redesign.And leave the tables out next time.Tables are not for design anymore.

As far as the "bigger navigation" goes; try resetting margin-top for your nav menu.

ul.menu {
margin-top: 0;
}

3 May 18, 2011 22:15

Thanks!

Unfortunately, resetting the top margin didn't work.

Also forgot to note; the issue is much more pronounced in Firefox, Chrome and Safari than in IE7.


Form is loading...