• hadhaw

    (@hadhaw)


    I am somewhat new to wordpress. I am using I am using a child theme of twentytwelve – here is what I want to do:

    1) I want to wrap a table around my site, a table that is split in half. (One for the update part and one for the sidepart).

    2) Also, I cant find a way to move my footer below the white part of my page, any help on that?

    https://www.cubescene.com

    Any help appreciated.

Viewing 8 replies - 1 through 8 (of 8 total)
  • esmi

    (@esmi)

    Why are you using a table? Table markup should never be used for layout.

    Thread Starter hadhaw

    (@hadhaw)

    I have mostly done a few css/php changes to my theme (twentytwelve), if im using a table its based on the theme.

    I made this picture to illustrate what I want, hopefully someone can point me in the right direction.. Quite new to css and php.

    https://bildr.no/view/1404551

    esmi

    (@esmi)

    Do not edit the Twenty Twelve theme. It is the default WordPress theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. First create a child theme for your changes.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You ought to first make your layout in HTML and CSS, statically. Then move onto PHP and WordPress when you’re ready.

    HTML and CSS can be queried in a more appropriate forum: https://csscreator.com/forum

    Thread Starter hadhaw

    (@hadhaw)

    Esmi: Thanks, yes I am using a child theme.

    Andrew: Cheers for the tip. Im a little confused now though. I thought what I showed was a simple table that made it seem more “structured” – but if I am not to use tables, how can I get the effect I made in photoshop?

    esmi

    (@esmi)

    You should be using divs and other semantic markup along with CSS. See:
    CSS Tutorials
    Learning CSS

    Thread Starter hadhaw

    (@hadhaw)

    cheers ill have a go at that.

    esmi

    (@esmi)

    If you get stuck, try a dedicated CSS resource such as https://www.css-discuss.org/

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Adding a table and moving the footer’ is closed to new replies.