• Closed
  • May 20, 2016 at 5:58 am #27881

    Hi, I did a quick search and could not find any info on this topic. I am using the Evolve plus theme.

    On my site, I am ending each page with a custom content box that encourage visitors to get in touch. I am not sure where the extra space above the box is coming from (spacing for the #2 head in the content box?) but the extra space seems too much for a #2 head. Also, below the text and the footer widgets there is a lot of space but I can’t tell where this spacing is controlled. (Is the extra space supposed to be used for a bottom menu? I didn’t see anyplace to add a bottom menu (on the interface, at least).)

    Here is a link to an example:

    http://www.contentplusmarketing.com/about-2/the-geek-2/

    Thanks in advance,

    Linda Muterspaugh

    Denzel Chia
    Moderator
    Posts: 2656
    May 21, 2016 at 4:34 am #27914

    Hi,

    Please use the following in your Theme Options -> Custom CSS

    
    

    .page .t4p-content-boxes {
    margin: 0 !important;
    }

    Thank you.