connorstobaugh
Forum Replies Created
-
Forum: Plugins
In reply to: [AccessPress Social Icons] SSL Mixed Content IssuesHello,
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
ConnorForum: Themes and Templates
In reply to: [Argent] Mobile Header ImageUpdate: 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
ConnorForum: Themes and Templates
In reply to: [Argent] Mobile Header ImageKathryn,
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