I would like to resize my columns within my page
-
I would like to resize my columns within my page, on the “landing page” where my two companies are displayed. The information does not seem to be displayed correctly
The blog I need help with is: (visible only to logged in users)
-
-
-
Hi, you have code in the body of that page that is controlling the width of your columns. You need to edit that page and then go into the Text tab and change the widths you have in the opening div tags. Right now both are set at 40% I would suggest not going wider than 45% on each so that there is some whitespace in between the columns.
On other thing I will mention, is it is best not to use points (pt) for dimensions and padding on websites. Points are used in print media and don’t translate well on web pages. 1px would mean 1 pixel of width on a computer screen, whereas 1pt is 1/72 of an inch. Since screens aren’t laid out in inches, but instead in pixels, and a pixel doesn’t necessarily equal a point, things can go awry in the conversion.
- The topic ‘I would like to resize my columns within my page’ is closed to new replies.