• Resolved peteincali2103

    (@peteincali2103)


    Can anyone tell me how I can decrease the width of the entire layout via css. I can’t figure out which lines of code to modify.

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

    (@hwijaya)

    @peteincali2103,
    You can add this code into “Appearance > Customize”, go to Global Settings tab, Custom CSS

    .wrap {
        max-width: 950px;
    }

    You can modify the max-width as you wish.

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