php - Centralize Website and logo -
i want page's logo , articles in center of site. @ moment on left. can't create work. illustration tried delete wrapper , set margin-left:auto; margin-right:auto; in logo's class. nil works.
and posts don't know start. have set in container , create central? (there should 3 posts in row, @ moment theme stacks them right screen border if have big screen)
thank much.
edit: text align in image class did job. give thanks guys, question answered!
#logobild { margin-left: auto; margin-right: auto; text-align: center; }
that :) header takes 100% of space, content within has no fixed dimensions center against. text-align
value assists that.
php css wordpress header
No comments:
Post a Comment