It would be much appreciated if someone could help me figure out what is wrong with my html...
I have almost exact same layout on two different pages, using what I think is the same html. however, one doesn't center the same as the other. Can someone help me find the problem?
the header layout I want is like this... ironteens.org/engage the header layout that is not working is at ironteens.org/parentscorner
I even literally copied and pasted the header of the correct layout and put it in another page with some changed wording at ironteens.org/parenttest and the layout changed again...what gives? thanks!
First pic is centered correctly, second is incorrect...
Replies
Hi there!
You need to set up a width in order to have it centered correctly.
Please try putting this to <style>:
table.wsite-multicol-table {
width: 100%;
}
Best regards,
The NING Team