Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #273427

    I have a plugin that displays a Google map with dynamic content by a short code. I want that map to be full width and the plugin creates a responsive width map.

    1. When using the text block content element the map is the container width
    2. When trying to use the code block content element the short code doesn’t work (but works in the text block content element)

    Is there the ability to have a specific text block be full width or can this be achieved with the code block. If with the code block, is there any specific markup that is required for a short code to be display?

    #273441

    Hi!

    Put it inside a color section (with an ID set, ex: fullwidthcolorsection) and add this to the Quick CSS:

    div#fullwidthcolorsection .container {
        width: 100%;
    }

    Best regards,
    Josue

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