• Hi

    My margins are working brilliantly except for those on my post pages. As you can see here:

    https://votingcounts.org.uk/euref-the-in-out-campaigns

    I’m also getting a little white gap at the bottom of every page?

    How can I solve these issues?

    My custom CSS currently looks like this:

    #main-content > .kopa-area > .container {
    width: 100%;
    }
    #bottom-sidebar > .container {
      width: 100%;
      padding: 0 120px;
    }
    @media (max-width: 767px) {
    	#bottom-sidebar > .container {
      		padding: 0 30px;
    	}
    }
    .kopa-area {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    }

    Please bare in mind i’m a novice with no CSS experience. A friend did the custom CSS for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you explain the issue more thoroughly? It’s not as clear to someone who’s seeing your website for the first time.

    My margins are working brilliantly except for those on my post pages.

    Thread Starter VotingCounts

    (@votingcounts)

    So on all my pages i’m able to use visual composer so that the text doesn’t touch the very edge of the page. I usually set the padding/margins (not sure which) to 5% each side.

    On the post pages the content is stretched across 100% of the width, it has only recently started to do this since an update. (The theme people are very slow in returning my emails hence me turning to this forum).

    I just want to adjust the margins on just the post page so it looks a bit more ‘readable’?

    The white gap at the bottom of the page between the body and footer can be seen most notably on the home page of my website.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Website margins are working but not on post pages!’ is closed to new replies.