• I went from the last version 2 of ColorMag to version 3 (free) and got these gaps between the menu.

    From the CSS code it looks like these are containers for something I don’t use. I guess I can zero them out using custom CSS — but that might cause a problem if I do use those containers in the future. Is there a way to fix this in the theme controls?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @tvomenzer,

    Thanks for reaching us,

    In-order to remove the space, please try adding this CSS inside WordPress Dashboard > Appearances > Customize > Additional CSS:

    .cm-content{
    padding-top:0px;
    }

    Let me know if this helps you or not and I will get back to you.

    Regards

    Thread Starter tvomenzer

    (@tvomenzer)

    That’s what I thought. I had to do the top and bottom gaps separately as below.

    #cm-header-1 .cm-row {
    padding-top: 5px;
    padding-bottom: 10px;
    }
    
    .cm-content {
    padding-top: 15px;
    padding-bottom: 10px;
    }

    Hi @tvomenzer,

    Glad to hear that the issue has been fixed. Let me know of any other issues or confusion and I will be back.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gap around Menu on Version 3 Upgrade’ is closed to new replies.