Center align Schedule title on the home page

  1. Home
  2. Docs
  3. Vertoh
  4. Frequently Asked Question...
  5. Center align Schedule title on the home page

Center align Schedule title on the home page

You need to install and activate child theme for to do this

1) Please don’t forget to take a back up of the file prior to any changes:

2) Login to the admin dashboard. Navigate Appearance -> editor menu.

3) In the style.css file, add the following style.

#sessions-carousel .session .title {
text-align: center;
width: 100%;
}

4) Update the file.

Was this article helpful to you? Yes 1 No