Acme Themes

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Logo Size to small #40311
    denully
    Participant

    ah actually found a work around, typical after writing for help 🙂

    removed the logo and used the header image instead and then adjusted it a bit with the css.
    it may not be the best work around, i usually dont like to fiddle with margins in negative, but here is the css, i added under “extra CSS”

    div.wp-custom-header {
        margin-top: -62px;
    	margin-bottom: -5px;
    }
    .wrapper.header-image-wrap {
        text-align: left;
    }

    still needs a bit more adjusting for my site, but its something to work from at least and i hope it can help others, unless we get a better solution. 🙂

    PS: For Support staff, please remove my site links. just to avoid having them stuck out here for future usage. 🙂

Viewing 1 post (of 1 total)