css - Change the div or the contents of the div? -
the page referring one: http://www.plummerwigger.albanystrategicmarketing.com/
i'm trying move "current clients” section @ bottom , right of div includes seal, paragraph , news (i.e.: current clients on right, else on left.
currently, i’m using 60% on div holding text in left side. i’m guessing contents. i’ve been trying move "current clients" right of first column.
i’ve fooled width, padding , margin, align, , quite few other elements. assistance appreciated.
thanks.
bam
for class entry-content
add following css: display: flex;
this solves problem.
for more detail check post: how place div side side
more details flex here
Comments
Post a Comment