Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #860805

    I’m using a stretched layout, and have occasionally wanted some content to stretch full width just as a google map or full width slider. But, it seems all other content is held to the width of the box.
    For example, I have a custom google map in a Code Block element that is set to 100% width, which is does except the width is constrained by the class: template-page content.
    I’ve tried fiddling with css to get the map full width to no avail.
    An tips?

    #860988

    Hey Fongemie,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #861989

    Sure, please see private reply, thanks!

    #862309

    Hi,

    Thanks for that. Please try this in Quick CSS to have the container for your map section to go full width:

    .home #after_submenu .container {
      width:100% !important;
      max-width:100% !important;
      padding:0 !important;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.