egabog
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Speed Optimization] Blank space above logoTried a few changes and even changing plugins, no go.
I deactivated the plugin so the blank space won’t show. Will that be an issue in solving the problem? Hope the image does it. Also, here’s the critical CSS:
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSha1RVmPjeKy21_GQJaLlJI.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 300; src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxrsuoFAk0leveMLeqYtnfAY.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 400; src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBtIh4imgI8P11RFo6YPCPC0.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 600; src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxmWeb5PoA5ztb49yLyUzH1A.woff) format('woff'); } @import url("../soledad/style.css"); @font-face { font-family: "Noticons"; src: url("./Noticons.eot?") format("embedded-opentype"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: "Noticons"; src: url("./Noticons.svg#Noticons") format("svg"); } } @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic); body, #searchform input.search-input { font-family: 'Open Sans', sans-serif; } a { color: #c92424; } #navigation ul.menu > li > a:before { background: #dd0000; } #navigation ul.menu ul a:before { background-color: #dd0000; -webkit-box-shadow: 5px -2px 0 #dd0000; -moz-box-shadow: 5px -2px 0 #dd0000; -ms-box-shadow: 5px -2px 0 #dd0000; box-shadow: 5px -2px 0 #dd0000; } .penci-slider ul.slides li:after { opacity: ; } .penci-slider ul.slides li:before { opacity: ; } html { margin-top: 1px !important; } @media screen and ( max-width: 782px ) { html { margin-top: 1px !important; } }
Forum: Plugins
In reply to: [Page Speed Optimization] Blank space above logoWhat I changed in the Critical CSS was this:
html { margin-top: 1px !important; } @media screen and ( max-width: 782px ) { html { margin-top: 1px !important; } }