Change width of boxed Layout

Home Forums Gillion Theme Change width of boxed Layout

Home Forums Gillion Theme Change width of boxed Layout

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • MMilesMM
    Participant

    Hi there,

    How can I change the width of the box in the boxed layout, so that more of the content is visible but keep the boxed layout with background?

    • This topic was modified 2 years, 11 months ago by MMilesMM.

    Hi @MMilesMM,

     

    I hope you are well today and thank you for your question.

     

    You can change its width from the theme settings as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

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

    MMilesMM
    Participant

    Hi thanks for the reply, but I wanted to change the content width while having the Boxed Layout activated

    MMilesMM
    Participant

    If I change that settings nothing visually changes even after clearing cache etc.

    Could you please share your site URL so that I can help you?

    MMilesMM
    Participant

    Sure it is in the private Notes:

    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

     

    #page-container div.container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
Viewing 7 posts - 1 through 7 (of 7 total)