Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Extra space on gallery of images

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #174810
    Es Nimbus
    Participant

    HI
    I just coded this website and I m having issues with the gallery there is an extra marge on the left side of the grid that I cant get rid of . I colored the wrapper in grey so it can be noticeable

    http://www.bindjacorporation.com/

    [MOD EDIT- Codedump Removed]

    #174811
    Paulie_D
    Member

    Raw CSS won’t help unfortunately in most cases..which is why we don’t like Codedumps like that.

    If you have a link we’d love to take a look. If not, please create a functional reduced example case in Codepen.io that we can look at.

    #174814
    Es Nimbus
    Participant

    sorry I forgot about that here
    http://www.bindjacorporation.com/

    #174818
    Paulie_D
    Member

    Firstly I suspect that you haven’t removed the built in padding of the ul with

    ul {
    padding:0;
    }
    

    However, this will merely shift the gap from one side to the other but it’s a good place to start.

    Then it should be matter of adjusting the padding value which my have to be removed from the last li of each ‘row’…there probably will be math involved.

    BTW…the page isn’t centered..you should look into that. Also a good reset.css stylesheet as well..since it seems you don’t have one.

    A lot of people like normalize.css – http://necolas.github.io/normalize.css/

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.