• Hi there
    I just downloaded your free version, as I wanted a full width template. But is it only the header that is full width?? I have set the pages and in the customise to full width but it shows up as boxed??? I′m using visual composer also set to full width in rows. Can you please help me.

    Thanks

    Lisbeth

Viewing 4 replies - 1 through 4 (of 4 total)
  • In Theme Options Settings Check That the option is available for boxed and fullwidth if available that change and if not than at the frontend right click and inspect element add some css to add width:100%. if not give your website url to check the fullwidth options

    Thread Starter LKJohannsen

    (@lkjohannsen)

    Thank you for your quick answer, It is set to full width in “theme options”
    I looked in the “inspect element” but don′t know where to look for it, maybe you can send me a copy of some lines, so I can see what it looks like and the css I have to put in?

    url:https://www.staging1.holidaysonbornholm.com/

    thanks

    Under Appearence/Editor Open stylesheet.css. ctrl+f find the class .center and change width from 85% to 100%

    Thread Starter LKJohannsen

    (@lkjohannsen)

    Thank you, it worked ?? but there seem to be a bit of padding on each side, it did not say anything around the text about padding, any idear where to find it? Thank′s a lot for your help, I really appreciate it!!!

    body{ background:#ffffff; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#999;}
    .center{ width:100%; margin:0 auto;}
    img{max-width:100%}

    /*Full width pages*/
    body .no_sidebar{ width:100%;}

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