• Hello, I am having trouble getting my custom HTML code to work. I have a link directly from a company whom I am an affiliate for and I would like to place an ad on my blog, in the sidebar. I copy and paste this code exactly as-is from the affiliate website, but absolutely nothing appears on the sidebar except the Title. The custom HTML works within the posts and on pages, but not on the sidebar. Thanks for your help.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, @rosedemariefarmstead

    Your image is there, but its dimensions seems to be needed adjusted.

    Try adding this code in Dashboard > Appearance > Customize > Additional CSS

    .widget img {
        width: 100% !important;
    }

    and see how that works.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Custom HTML Widget is not showing in Sidebar’ is closed to new replies.