Skip to main content

Hi folks. Here’s a question for the css/html-savvy of you.

My employer has a new set of Brand guidelines & we are trying to make a certificate to reflect it. Now, on landscape, there is a logo on the right side of the blank certificate template that takes up about 1/3 of the page.

So what i need to figure out is how to designate a new set of margins on the page. i’m not all that skilled in coding & i’ve researched it a bit but i keep failing in new & unhelpful ways. I’d like have the text centered, but only within the left 2/3s of the page.

As ever, any input is appreciated.

Regards,
Nate

For certificates, its usually less about CSS, an more about traditional tables when it comes to layouts. Might want o make two bounding columns for the cert, one for the 1/3 and the other for the 2/3 and then things centered in the cells of the 2/3 column will only be centered within the column region.

Have used some old fashioned email html designers to help with these kinds of layouts, since same rules typically apply to designing complex things in emails.


Reply