• Resolved lazburke

    (@lazburke)


    Excellent plugin. I’ll be advising my client to purchase the add-ons, however, some CSS is driving me crazy, and I can’t seem to resolve it.

    On the GD homepage, the map is nicely full-width, but the content below is also full-width, which looks terrible. Normally, I would just go into the css and add some padding or max width or some other tweak, but nothing is working. When I inspect element and add my css, it’s fine.

    I just want the page content to have a nice margin.

    I’ve pored over other similar posts and none of the solutions offered worked for me.

    Please take a look at the homepage and let me know how to continue to use the theme. The issue applies to all other sub-pages as well.

    http://mtlbride.com/whos-who/

    Thank you!

    https://ww.wp.xz.cn/plugins/geodirectory/

Viewing 1 replies (of 1 total)
  • Plugin Author Paolo

    (@paoltaia)

    Hi,

    please remove the extra padding you added and add this css instead:

    #geodir_wrapper .geodir-common {
        display: block;
        margin: 0 auto;
        max-width: 1170px;
    }

    This should make it fit with your theme.

    Let us know if it helped,

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Padding in Captiva theme’ is closed to new replies.