Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • spartan0311 Friend
    #1004359

    Update: I got part of this figured out, screenshot attached. What I am having an issue with is the side white space now. I added my own class to the module, which is below, but still can’t get the width.

    .fullscreenstuff {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 99%;
    }

    1. Members-Map-3
    Pankaj Sharma Moderator
    #1004379

    Hi kindly post the site URL here

    spartan0311 Friend
    #1004380
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1004390

    Hi
    On which page i find the map module?

    spartan0311 Friend
    #1004496
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1004528

    Hi
    Use this code in custom.css file

    .fullscreenstuff .container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    spartan0311 Friend
    #1004532

    Worked perfect, thank you!

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

This topic contains 7 replies, has 2 voices, and was last updated by  spartan0311 7 years, 3 months ago.

The topic ‘Full Width Layout’ is closed to new replies.