Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1176066
    Rad
    Moderator

    Hi there,

    It’s not full-width because of this CSS,

    .entry-content iframe{
    max-width: 740px !important;
    }

    Please remove it.

    And please do not add HTML within your CSS, such as this

    <h2 class="mtn"> ... </h2>

    Hope this helps.

    #1187613
    justinmaher
    Participant

    its now been over a week, does this mean you are also have issues doing this?? Do i need to get help from another persons, that may know how to do this? An up date would also be nice as we are needing to move forward with the site SEO.
    cheers,
    Justin

    #1187625
    Rue Nel
    Moderator

    Hello There,

    There is no issues at all. Your map did not display fullwidth because there is a custom css that limits the maximum width of the iframe. As @Rad mentioned in the previous reply you need to remove the css. If you have added that on purpose, you might need another custom css that will override it and make sure that your map will display in fullwidth just like this: http://prntscr.com/clbr0k

    Please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-map .x-map-inner iframe{
        width: 100%;
        max-width: 100% !important;
    }

    Hope this helps. Kindly let us know.

  • <script> jQuery(function($){ $("#no-reply-1172660 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>