• Front page “centers” all text. How can I change the alignment to “left” or “justified”?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    You will have add the necessary CSS in Appearance > Customize > Additional CSS.

    Kind Regards

    Thread Starter q120000

    (@q120000)

    I sort of figured that, but I’m not a coder. Can you provide the necessary code to override the default “center” formatting?

    Hi,

    The CSS property to center text is text-align:center but you have to target the element first and then apply it.

    For example to change the ‘Welcome to Vega’ title you will have to write

    .frontpage-content .block-title h2 { text-align:left; }

    In this page you can find more information about finding elements and adding CSS rules for them.

    Kind Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Front Page alignment’ is closed to new replies.