• During last weeks, I have been working with Genesis Dambuster (great plugin!) and child theme Aspire Pro in https://cursosdeverano.navarra.es/ (this is a bilingual site, in spanish and basque).

    After upgrading Dambuster to versions 1.5.1 and 1.5.2, an extra white margin has appeared after top menu and before footer widgets. I have been able to remove the first one with a custom css class in div site-inner, but I haven’t been able to remove the second one.

    So, I have downgraded the plugin to version 1.4, which works fine in my case. Is it possible to remove these extra white margins in the last version, only with CSS?

    Thanks in advance,

    Eduardo Larequi.

    https://wordpress.org/plugins/genesis-dambuster/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Russell Jamieson

    (@powerblogservice)

    Hi Eduardo,

    White Margin At The Top

    I was trying to address this issue in 1.5.2 which contains some extra CSS that removes the margins on the site-inner element when the fixed header is removed. The plugin adds the no-site-header class to the body tag to achieve this. The extra CSS is:

    .gd-full-width.no-site-header .site-container .site-inner {
        margin-top: 0;
        margin-bottom: 0;
    }

    If you click the Enable Tweaks, Full Width and Remove Header checkboxes as I did on my Genesis Aspire Dambuster demo landing page then the top white margin should disappear

    Is it possible that you did not clear the browser cache after upgrading so are running with the old version of full-width.css and hence are missing the extra lines of CSS that remove the extra margins?

    Bottom White Margin

    The bottom white margin is added by the the theme

    .entry { margin-bottom: 100px; }

    I will do an update to the plugin today so it kills off the unwanted bottom margins.

    Eduardo, many thanks for identifying this problem

    Regards

    Russell

    Plugin Author Russell Jamieson

    (@powerblogservice)

    Genesis Dambuster v1.5.3 now has a fix to remove bottom margins

    Thread Starter Eduardo Larequi

    (@elarequi)

    Thanks, Russell, for the new versions. Everything works OK with Dambuster 1.5.4 and this CSS code:

    .home .site-inner {
    margin-top: 0px;
    }

    On the other hand, have you plans to prepare Dambuster so it can be translated? I would be very interested in translating your plugin to spanish. If you do so, you can count on me for the spanish translation.

    Plugin Author Russell Jamieson

    (@powerblogservice)

    Thanks Eduardo.

    As mentioned in another posts, I created Dambuster primarily for use on landing pages.

    In the next release v1.6 I will add 3 things

    1. Better control over use of Dambuster on the home page
    2. Ability to set “Tweaks” enabled by default rather than having to enable on every new page/post
    3. Support for internalization

    Yo sería feliz si le gustaría proporcionar una traducción al español

    Thread Starter Eduardo Larequi

    (@elarequi)

    I’m looking forward to the next release, Russell.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove extra margin in site-inner div’ is closed to new replies.