Paragraph width in blog post

Home Forums Gillion Theme Paragraph width in blog post

Home Forums Gillion Theme Paragraph width in blog post

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • amplitum
    Participant

    Is there any chance to set up my text something like Medium look? I want to change width, to be more in center…

    Attachments:
    You must be logged in to view attached files.

    Hi @amplitum,

     

    Thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (min-width: 1250px){
    .container.entry-content {
        max-width: 1000px!important;
        width: 1000px!important;
    }
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)