Viewing 4 replies - 1 through 4 (of 4 total)
  • So sorry to bother you wordpresspadawan, but how on earth were you able to post a question? I feel incredibly ignorant, but I haven’t been able to figure out where I can enter my question.

    Do you have the link where you submitted this?

    Greatly appreciate it!

    @wordpresspadawan – It’s because when the image max-width is set to 100%, IE doesn’t respect the boundary of the parent element. Try adding this CSS:

    /* set container width for IE */
    .logo {
        width: 100%;
    }

    Since you’re using a commercial theme, if you have additional questions we recommend you go to their official support channel so you can get support from the people who know it best.

    https://info.template-help.com/help/pre-sale-faq/

    Forum volunteers are not given access to commercial products so they would not know about the theme functionality or configuration. The vendors are the best resource for support of commercial products.

    @swalsh443 – When viewing the forum the new topic form is at the bottom of the list:
    https://www.ads-software.com/support/forum/miscellaneous/#new-post

    Thread Starter wordpresspadawan

    (@wordpresspadawan)

    bdbrown- Thanks for your help, that CSS fixed it. Also, thank you for the tip about the commercial theme, I didn’t realize it was a third party theme. I have been tasked with managing this site after the previous person left, so I’m still learning a lot of things. I really appreciate the assistance!!

    You’re welcome; glad to help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header Image looks fine in Chrome, but too large in Internet Explorer’ is closed to new replies.