Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Brian Harris

    (@zgani)

    That is only possible via code adjustment via a child theme as there are a number of elements that will need adjusting.

    Regards,
    Zulf

    Thread Starter ilona123

    (@ilona123)

    I will try to make a child theme.
    I understand that I just need to make a copy of the styles.css with the new versions.

    If I do this, I will need to change the left, central and right columns.

    Is it possible to centre the whole page in order to have whitespace left and right?

    Theme Author Brian Harris

    (@zgani)

    Is it possible to centre the whole page in order to have whitespace left and right?

    Yes once you’ve made your adjustments you can apply a margin control to the .site element to center – you’d do something like

    .site {
      margin: 0 auto;
    }

    and that would take care of the centering for you.

    Regards,
    Zulf

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘LLeft Widget size’ is closed to new replies.