• Resolved politicske

    (@politicske)


    Hi. Can the width of this theme be stretched to something like 1400px-1800px? I am not a fan of the boxed layout. I tried a similar theme to this and its width could stretch with css.

Viewing 1 replies (of 1 total)
  • Theme Author ThemezHut

    (@pubudu-malalasekara)

    Hi @politicske,

    With the latest update, you can stretch width with CSS.

    Please update your theme to the latest version first.

    Then copy and paste the following CSS code in the Additional CSS of the customizer and adjust the width as you prefer.

    
    @media (min-width: 1200px) {
        .hm-container,
        .hitmag-wrapper {
            max-width: 1400px;
        }
    }
    

    I hope this will help you.

Viewing 1 replies (of 1 total)
  • The topic ‘Stretch width’ is closed to new replies.