cjbergin
Forum Replies Created
-
I tried viewing the page in my browser web inspector. I disabled the “max-width” setting for the “has-header-image” selector which is at 1000% and the image reduced in size but less than the header dimensions. If the header background color was white, it would blend in with the rest of the page making the header image appear centered and complete.
I had the problem of the header image zoomed in and clipping off content even though the photo was scaled to the recommended dimensions. I noticed that the image sits behind the administrator bar at the top of the screen and the menu bar below. Removing either of these if possible may add more visibility. After just blindly hacking away at a solution, I arrived at this solution which seems to work for my needs. I added this to the “additional CSS” option under the “customize” menu:
div#wp-custom-header.wp-custom-header img {height: 100%;object-fit: fill }
Forum: Plugins
In reply to: [Google Doc Embedder] no preview availableI’ll go ahead and answer my question. The plugin will not work in a local environment.
Forum: Localhost Installs
In reply to: Custom Header Imagethanks txpost,
I’l do that.Forum: Localhost Installs
In reply to: login panelthanks, I was able to use one of the options mentioned.
Forum: Themes and Templates
In reply to: flow of contentI was able to use absolute positioning of the image.