Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    I am having the same issue.

    I have both url fields set to https and everything on my site is loading https except for the AccessPress social icons

    Is there a way to resolve this?

    Thanks
    Connor

    Thread Starter connorstobaugh

    (@connorstobaugh)

    Update: I have solved the issue

    This line is in the themes CSS for the home page

    .home .site-branding {
    padding: 2.5em 0;
    }

    I added this to the @media screen and (max-width: 767px) section

    .site-branding {
    padding: 2.5em 0;
    }

    And now all pages headers behave the same on smaller browser resolutions

    Thanks
    Connor

    Thread Starter connorstobaugh

    (@connorstobaugh)

    Kathryn,

    I understand that the image may be cropped at different screen sizes, but what I am trying to do is make all header images behave the way the home page image does.

    If you notice that the home page header continues to scale down even on small browser dimensions. However, other pages stop scaling down once the browser window is 600px wide. This is the same for your live demo as well

    I have tried various things in CSS (inlcuding width: 100%) to no avail and cannot seem to find what code is causing the homepage header to behave differently than the other pages

    Thanks
    Connor

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