Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #325167

    Hello,

    I’m using the MapifyPro plugin, and I want it to stretch 100% width of the screen. Here’s the page:

    http://www.gatorgypsum.com/yards/

    Is there a way to have a 100% element and drop in the shortcode to make the map stretch?

    Thank you!

    #325168

    Hey Brian!

    Please add Color Section element to your page with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add Code Block element inside it. You can place your shortcode inside Code Block element. And then add following code to Quick CSS in Enfold theme options under General Styling tab

    #your-custom-id .container { width: 100%; }

    Cheers!
    Yigit

    #325174

    Hi Yigit,

    Ok, I tried that, but it’s not rendering the shortcode.

    http://www.gatorgypsum.com/yards/

    Thoughts?

    #325176

    Hi!

    Please flush browser cache and refresh your page a few times. It works fine on my end – http://i.imgur.com/ScKNiXF.png

    Cheers!
    Yigit

    #325183

    Hmmm…I’ve tried it on 2 different computers (PC & Mac) in Firefox, Chrome and Safari and it won’t render. Can you please check it again?

    #325188

    Hey, I got it! I would only render when I used a Text element instead of a Code. I tried it earlier, so you must have grabbed a screenshot in the second that I had it as that. ;) Thanks!

    #325189

    Hey!

    Please see screenshots from Firefox and Safari here – http://imgur.com/a/M1eNM
    My first screenshot was from Chrome

    Glad you figured it out! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

    • This reply was modified 9 years, 6 months ago by Yigit.
    #369381

    hello

    i am facing the same problem, but it seems to not work

    I added a color section, entered the ID “mapify” for it, and then added a text block or code block with the mapify code. and the below CSS.

    #mapify .container {
    width: 100%;
    }

    It doesnt stretch 100% though.

    #369603

    Hey!

    Please try following code instead

    #mapify .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    }

    If that too does not work, please post the link to your website

    Best regards,
    Yigit

    #369871

    excellent thank you so much.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Make Mapify element full width’ is closed to new replies.