Okay
  Public Ticket #1270432
Centering Headings
Closed

Comments

  •  2
    olivergrisedale started the conversation

    Hi guys how can make the heading blocks to be in the centre of the page instead of the left? i have attached a screenshot of a heading in blue i would like to be in the centre of my page, 


    thanks

    Oli

  •  1,559
    Laborator replied

    Hi Oli,

    Please consider reading the article How to add Custom CSS, after you read it please paste the code to the Custom CSS section:

    .page-heading--title-section { 
        text-align: center; 
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    olivergrisedale replied

    Thanks, i tried pasting the  code into the custom CSS section as shown in the article you sent me but nothing is changing. 


    Ive tried putting it in the custom CSS for that particular page and it hasnt worked either, any suggestions.
    Oli

  •  1,559
    Laborator replied

    Hi Oli,

    Can you please add the code below to your Custom CSS area:

    .section-title {
        text-align: center;
    }

    This will set your header section in the middle as you can see on this video

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group