Home Forums Theme support Fullwidth for all items on the page

This topic contains 4 replies, has 2 voices, and was last updated by  7Theme Support 8 years, 3 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Hello,
    I am trying to figure out how I can make all my items responsive and cover the entire width of the screen. I have a map and some images and text in the page and I would like them to span the entire screen. Right now they seem to span about 90%. The page in question is
    http://luciano.valkeryie.com/churchill/. Contacting the map plugin writers they said it is a theme setting.

    Thanks!

    Hi,

    we tested it and on our devices the map is always 100% width on mobile phones. What screen size have you tested? And what browser?

    Yes it is 100% on mobile, but not the desktop can this be done?

    It is not just the map but I want to see if I can make everything full screen like this example. https://www.carrabbas.com/
    Everything on this page spans the entire width of the screen, is this possible with this theme?

    Ah, ok, first your wrote you want to make it responsive and 100% width, so I thought you want to have it only on mobile phones or smaller screens.
    You can add this code in WP Admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    .inner {
    width:100% !important;
    }

    This will make all entries 100% width.

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

You must be logged in to reply to this topic.