Okay
  Public Ticket #3067671
home page container width
Closed

Comments

  •  1
    raunhar started the conversation

    I need to show the image and text on the home page in centre or full width.

    How can it be done. At present it is left aligned.


  •  291
    Paul replied

    You can use this custom CSS to extend the page area (only on the homepage):

    .home .content-width {
        width: 100%;
        max-width: 1200px;
    }