Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #863757

    jimmyzz21
    Participant

    I can’t lose the white space between the columns when I apply a background colour. I have read some of the other posts but nothing has helped.
    The space is between the yellow & gray backgrounds
    I have ticked remove margin, 0px padding & Marginless Columns.

    http://www.motorsportcornwall.co.uk/

    Can you help!

    #864293

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To run X smoothly, you need to install Cornerstone plugin. All the shortcodes and its functionalities has been integrated in this plugin. You can get this plugin by going to X Addons > Extensions. To know more about Cornerstone, please check it out here: http://theme.co/blog/x-version-4-introducing-cornerstone/

    By default, content bands has a bottom and padding. Please make sure that you set the content band margins and padding to zero. Perhaps adding the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-content-band {
     margin: 0;
     padding: 0;
    }

    And please make sure that there are no empty content bands in between to avoid any spaces.

    Hope this helps.