Skip to:
Content
Pages
Categories
Search
Top
Bottom

Tables are messy on my current theme

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

  • Erwin Gerrits
    Participant

    @egerrits

    Looks like it’s a float problem.

    Make sure the members list div is on “float:left” and the sidebar div is “float:left” as well. Then you have to make sure that the total width of the divs (INCLUDING MARGINS) is less than the total with of the page. So if you’re working with percentages, make the total width 99% or so (say, members div = 59% sidebar is 30%). If you’re working with absolutes, make the total width 5 or 10px less than the page width. Be careful of the margins as they are OUTSIDE of the div widths and if they add up to more than the page’s width, your floats will not work.

    Also make sure at the end of the two divs you put a <div class=”clear”></div> to clear up the floating for the footer.


    Marco72
    Participant

    @marco72

    As I’m a Revolution/Studiopress (ab)user I can help you for sure, but you have to wait this late evening (GMT+1) when I’ll come back home. :-)


    Michael Tieso
    Participant

    @vskylabv

    http://artofbackpacking.com/members/skylab/

    looks like the top bar got all messy. Seems to be hidden underneath the page at random spots. Revolution theme would be perfect with buddypress if I can work out all the small things.


    Marco72
    Participant

    @marco72

    ok, first of all, in Revolution style.css:

    #header: padding 25px 20px

    (so the topnavbar will show under admin bar).

    then You gotta to add to style.css this:

    #content: width 610px (or in #postarea)

    Sorry if I tell You, but your css is not well integrated between Revolution css and Buddypress css. That’s the main problem if the site looks not so good.

    If you need more help you’re free to ask.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tables are messy on my current theme’ is closed to new replies.
Skip to toolbar