Okay
  Public Ticket #743855
decrease width of the layout of website in boxed layout format
Closed

Comments

  • Kanaka Vishnu started the conversation

    Hi,

    Can I decrease the width of the whole template. I am using the boxed layout format. I want to further decrease the width. I have attached two screen shots for comparative size .

  •  1,593
    Criss replied

    We're sorry but our theme doesn't have that function. You can descrease the container width (CSS in root/themes/yourtheme/css/global.css)

    Best Regards,
    Criss - FieldThemes

  • Kanaka Vishnu replied

    which all parameters should I change in global.css to decrease the container width.

  •  1,593
    Criss replied

    You should decrease 

    @media (min-width: 1200px)
    .container {
    max-width: 1170px;
    }

    and

    .boxed #page {
    max-width: 1200px;
    }


    Best Regards,
    Criss - FieldThemes

  • Kanaka Vishnu replied

    Thank you so much.