• Resolved Dinternational

    (@dinternational)


    Hi all,

    I am fiddling around with the Zenon Lite theme, which is great! Thank you so much!

    However, when I create a new page which contains some basic information, such as i.e. a description and a picture – then the post itself doesn’t make up the same width as the header/slider picture and menu?

    It kinda gives a skewed look to the site, which is not really the intention.

    How can I make the content of a page be the same width as the slider/header?

    Example:
    https://flixberg.dk/flixberg/?page_id=18

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Towfiq I.

    (@tislam100)

    Add these to the very bottom of your stylesheet:

    /*FULL WIDTH PAGE*/
    body .single_post, .error404 .single_wrap, .error404 .single_post{ width:970px;}
    body .single_skew_comm{width: 962px;}
    body .single_skew_comm .skew_top_big{width: 968px;}
    body .single_skew_comm .skew_top_right{ margin-top:-71px;}
    body .single_skew .skew_bottom_big{width: 968px;}
    body .single_skew{ width:1000px;}
    body #commentform{ width:970px;}
    body .comment-form-comment textarea{width: 570px;}
    body .comment-form-comment{width: 600px;}
    body .field_wrap{width: 340px;}
    body .comment-form-author input, body .comment-form-email input, body .comment-form-url input{width: 263px;}

    Thread Starter Dinternational

    (@dinternational)

    Hi Towfiq,

    That is awesome, thank you so much!
    Much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to give posts/pages same width as header?’ is closed to new replies.