kevloucat
Forum Replies Created
-
Please close this request. I found another pop up plugin that already had the padding built in.
Thanks for your time.
Best,
Kevin- This reply was modified 3 years ago by kevloucat.
Hello thanks for your time. Where is the proper place to get support for requests like this? I will definitely go that route next time.
The CSS code didn’t seem to work. Here are the screenshots of where I placed it and how it still looks:
https://kevincatesdesign.com/screenshots/css.png
https://kevincatesdesign.com/screenshots/popup.png
As you can see the type is still up against the left and right edges.
Just let me know if I need to request support elsewhere.
Best,
KevinI see it! Adding an “Excerpt” puts that info in its place.
Forum: Themes and Templates
In reply to: [Snaps] Repleacing Header Text with LogoNo problem. I knew this from another site several months ago.
As for Firefox, the logo isn’t changing size but it’s staying centered. That’s good enough for my situation. This is how mine is behaving:
https://www.mattmcleodfineart.com/
IdealCorp your question may be out of my league. Lol. Sorry!
Best,
KevinForum: Themes and Templates
In reply to: [Snaps] Repleacing Header Text with LogoHey Justin,
Replace the following code in the header.php file
<h1 class=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>
With this:
<h1 class=”site-title”><img src=”file-path-to-your-logo” alt=”logo name”></h1>
Best,
Kevin