Home Forums Free Themes Chrisporate How to get rid of column on front page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #63722
    mallorypaint
    Participant

    Hi,

    How can I get rid of the column or paragraph split on the front page under my “about us” and “our services”?

    Thank you!

    #63855
    wensolutions
    Keymaster

    Hello @mallorypaint,

    To make all the content appear in a single paragraph in the homepage section please use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .page-section .entry-summary {
        column-count: 1 !important;
    }

    Hope this helps.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.