• Hiya!

    I’m trying to set the full width page. But when I chose the full width template, the text, and the google map is till “boxed” after the full width slider i’ve got in the top.

    Actually, I’ve got static page that has some text and google map below.

    Questions:

    1. Can I set the googlemap only (Google Maps WD) , to the full width and the text will still “boxed” ?

    2.If not, how I can set the whole page fullwidth, and then using some tag like p align , make it boxed?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • 1. I believe this must be done with CSS, if it is possible. Can you post a link so I can try to get it to work?

    2. After I try with the CSS, we can try this.

    Thanks,
    Kevin

    Thread Starter snp_85

    (@snp_85)

    Ok no problem with the boxed, but now problem with some images in the slider.

    some pictures that are somehow cutted. but they are good size

    http://icf.bofh.ru/~phr0zen/

    1. So by boxed we’re just referring to the max width of the normal content correct? Becuase there is a boxed layout option: http://themes.kadencethemes.com/virtue2/

    You can use this plugin: https://wordpress.org/plugins/siteorigin-panels/

    To add a fullwidth-stretched row in your page and that will break it out of the box. This isn’t something you can only do with css because you have to have javascript to capture the size of the screen.

    2. I don’t recommend this because it’s not how the design was intended and will stretch things but you can use css to do that:

    .container {
        width: 100%;
        padding: 0;
    }

    Kadence Themes

    Thread Starter snp_85

    (@snp_85)

    thanks! but the answer of cutted pictures on the slider?

    Are you referring to the sizing of the images in your home slider? I believe that the reason this is happening is because of the image sizes that you’ve uploaded.

    Try cropping them to equal dimensions, and you wont have this issue.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Full width’ is closed to new replies.