Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #821449

    How can I add a code block that doesn’t cause any white space?

    #821486

    Hey TeamBlackBox,

    We would need to see the actual instance of the white space to give a more concrete answer. Could you provide a link to the area in question?

    Best regards,
    Jordan Shannon

    #832347

    I have a code block on this page

    http://thehenryclay.com/venue/

    it is right above the map at the bottom of the page.

    I am setting links to page jump and that part work just fine. The problem is that the code block creates white space that I can not seem to get rid of.

    #832393

    Hi,

    Add the following to quick css:

    .page-id-650 #after_section_4{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #837086

    Ok I have changed how the page looks. I have also changed the anchor for same page scrolling. The only way I can get the map section to scroll is to place it in a color section. When I do this the map not longer displays edge to edge. Is there a way to make the anchor tag work with the map displaying edge to edge?

    http://thehenryclay.com/venue/

    #837101

    Hi,

    Add the following works, but you may have to enlarge the map itself to fill the space on the right:

    #henry-clay-map .container {
      width: 100% !important;
      max-width: 100% !important;
      padding-right:0px!important;
      padding-left:0px!important;
    }

    Best regards,
    Jordan Shannon

    #837125

    That worked thank you

    #837186

    Hi,

    No problem at all. I’m glad I was able to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Code Block Causing White Sapce’ is closed to new replies.