Forums

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

Home Forums Design Move logo

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #262686
    harris
    Participant

    Hello

    I’m new to CSS coding I’m stuck on probably really something simple but I can’t grasp it.

    I’m trying to move the logo to the right https://hfbadvertising.com

    Here is the code. Thanks.

    .logo {
    margin: 10px;
    }

    #262719
    Shikkediel
    Participant

    The element already has absolute positioning, so you could just do this:

    left: 10px;
    

    Your present code will give margin on all sides.

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