Forums

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

Home Forums CSS picture -cut off – problem

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #45969
    slaggsten
    Member

    Hey, i’ve added an picture of myself on my website. But the top of the picture is cut off at the top. Can’t find the reason why, any suggestion?

    Anton.stallbacka.com

    #140996
    pixelgrid
    Participant

    your picture container has overflow hidden.
    either remove overflow hidden from .template-front-page article

    or change the bottom value from .entry-content img to -65%

    if you want your scaling animation to not be cut you have to go with removing the overflow:hidden

    #140997
    slaggsten
    Member

    Thanks! where do i find this, in a .php file ? :)

    #140998
    slaggsten
    Member

    or do you mean i should just write

    .template-front-page article {
    overflow:visible;
    }

    because that won’t work

    #140999
    slaggsten
    Member

    WORKED! THANKS! :-)

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