• Resolved Sittingbullies

    (@sittingbullies)


    I’m building my site using the Especial WP theme. I have created a logo for my site and saved it as a transparent png web image, which I’ve uploaded to my media file. I’ve successfully inserted it but am not sure how to size and position it to fit in the corner as the template is set up. I’m a newby and not sure about code and such.

    Here is the link to my homepage:
    http://www.GabeRocks.com

    Also, are there any tips anywhere for sizing/positioning your photos for the sliders. It appears they are roughly twice as wide as they are high so regular images get cut off in strange places…unless there’s a way to position these? Or do you just need to create “slider” images that are wider? 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Spent a few seconds looking at it and easiest way would be to adjust it with some css.

    If you open style.css

    and type
    #logo img, #footer_logo img {
    position:relative;
    width:200px;
    top:-31px;
    }

    This should scale it down and put them hopefully where you want.

    Thread Starter Sittingbullies

    (@sittingbullies)

    Thanks! I poked around a bit more and found where I could edit and resize my logo. Success! Another piece of the puzzle comes together!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Sizing Logo & slider images’ is closed to new replies.