• My columns do not line up at the top. I don’t speak WordPress yet so be gentle. Just starting but I’ve been very careful to try everything that has come up here in support. Any help would be appreciated. Site isn’t launched yet so I cant sent a URL.

    Its five columns and each column is one line lower than the previous.

    • This topic was modified 7 years, 9 months ago by labboud.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Since WordPress likes to add <p> tags, it’s a little fickle if you add a space in your code. I find if you keep the end of one column tag and the beginning of the next one on the same line, it won’t add those odd spaces. Hopefully that made sense, here is a code I am using for 4 columns.

    [one_fourth padding="0 10px 0 0"]
    One Column
    [/one_fourth][one_fourth padding="0 5px 0 5px"]
    Two Column
    [/one_fourth][one_fourth padding="0 5px 0 5px"]
    Three Column
    [/one_fourth][one_fourth_last padding="0 0 0 10px"]
    Four Column
    [/one_fourth_last]

    I was having this problem and realized my changes weren’t immediately being reflected on the page due to caching. So, I solved my own problem here, thanks.

    • This reply was modified 7 years, 5 months ago by ohliza. Reason: solved
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘COLUMN ALIGNMENT’ is closed to new replies.