Support » Themes and Templates » Page width

  • Resolved accexible2015

    (@accexible2015)


    Hi. I have been looking past posts on changing Pages width but have not been able to change my page width. I am using Miranda theme and would like to change the homepage width. http://www.accexible.com
    Basically I would like to add the same amount of margin to the right that the left side now has.

    Thanks,
    Carla

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi!
    To do this you need to change the width and margin of the content-area div.
    Create a child theme (If you don’t, you will loose the changes when the theme is updated) and overwrite the default with this code:

    .content-area {
    	float: right;
    	margin: 0 25% 0 -25%;
    	padding:0;
    	width: 49%;
    }
    Thread Starter accexible2015

    (@accexible2015)

    Hi Carolina!
    Love your theme and the UI options fit really nice. Can you please tell me in which file shall I put the code:

    .content-area {
    float: right;
    margin: 0 25% 0 -25%;
    padding:0;
    width: 49%;
    }

    Thanks!

    Thread Starter accexible2015

    (@accexible2015)

    Found it ! ITs the stylesheet CSS. Thanks,
    Carla

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page width’ is closed to new replies.