• Resolved mgm1313

    (@mgm1313)


    Hi,

    I’ve got a adsense banner on my site, it’s 468 pixels width (standard size) but the header is only 460 pixels width. I’ve tried to enlarge it in the editor but it doesn’t seem to have any effect in the custom header file.
    Is there a way to make the header width 468 pixels?

    Thanks again!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author bradthomas127

    (@bradthomas127)

    Try this in the custom CSS option:

    .site-header {
        padding: 24px 10px 0 10px;
    }

    Thread Starter mgm1313

    (@mgm1313)

    Hi,

    I tried this, but doesn’t seem to have any effect..

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Perhaps your browser is caching your old website, have you cleared your cache?

    Thread Starter mgm1313

    (@mgm1313)

    Hi Andrew,

    Yes I did 😉

    Thread Starter mgm1313

    (@mgm1313)

    Here’s a link so you can see it yourself 😉

    Thread Starter mgm1313

    (@mgm1313)

    Oeps.. forgot the link..
    lips.grundel.nl

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I can’t quite see what you mean, I see a width of 470px;
    http://snag.gy/8b7YB.jpg

    Thread Starter mgm1313

    (@mgm1313)

    it’s working now.. i saw indeed it was 470px, so i checked the settings of the widget again it was set to a width of 460 pixels, I changed it back to the original 468px and now it’s showing up fine. Thanks Andrew!
    Another question 🙂 If you click on one of my posts, you see a thumbs up and a thumbs down, the only things is that they’re a bit cut off on the downside. You know a solutions for this? Otherwise I’ll ask it on the maker of the plugin 😉

    Thanks again.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I’d give your thumbnails a height;

    #watch_action span img {
     height: 16px;
    }

    Otherwise the thumbnails will use;

    height: auto;

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

The topic ‘Header width’ is closed to new replies.