• Resolved Pirate

    (@jtaylor051)


    Hi,

    I am trying to do a website for my football club. I am new to web design/developing so have bought a football club theme and am currently trying a few things out with some test data (hence the site currently looks a bit messy).

    The theme allows you insert a logo on the header on the top left corner. However I want to reposition the logo. Using the inspect element feature I can see there is some code on the style.css file as shown below which when altered on inspect element chrome it temporarily repositions the logo to how a want it (margin-top: 30px;).

    #header #logo img {
    margin-top: -24px;
    }

    However when I alter this code on the actual style.css file nothing happens.

    There are several customisations I want to do, and I will try and do as part of a child theme, or css editor. However at first I want to understand a bit more about doing some simple changes and why they don’t work.

    The website link is below. Any help will be greatly appreciated.

    http://www.jfgwanderers.com

    Thanks

    James

Viewing 1 replies (of 1 total)
  • stephencottontail

    (@stephencottontail)

    When I look at your site (8pm, Mountain time), I see that the logo has a top margin of -24 pixels. Are you using a caching plugin or is your host caching your site? If so, you may need to flush the cache and temporarily disable your caching plugin before your changes can be seen. If your host is caching your site, ask them if it’s possible to temporarily disable caching while you edit your site.

Viewing 1 replies (of 1 total)
  • The topic ‘Updating CSS’ is closed to new replies.