brio39
Forum Replies Created
-
Forum: Plugins
In reply to: [Easing Slider] Where to put the code in Willingness theme?Hi Matthew,
I found where to put the code in my theme, thanks to some help, but it is not viewing properly. It is hanging down in my navigation menu on Chrome and IE and off to the right corner on Firefox. It was suggested I come back to the Easing Slider forum to find out why. Suggestions?Ok, thanks. I’m using Chrome and it isn’t completely right either. Thanks!
I haven’t activated it yet. I’ll do that now and reinstall the theme with my custom codes.
I got the slider in, do I need to adjust the sizing in the plugin or the header file because the navigation menu is now showing up on the slider?
Forum: Themes and Templates
In reply to: [Willingness] Position a logo to the right side of the headerPerfect!!! Thank you so much! I’ve been at this for hours! You just saved the rest of my day. Thanks again and have a wonderful day!
Forum: Themes and Templates
In reply to: [Willingness] Position a logo to the right side of the headerGreat, they are on the same line! Now to get the main logo to center what do I change?
Forum: Themes and Templates
In reply to: [Willingness] Position a logo to the right side of the headerI just uploaded cropped images. So now I just need to get the company logo centered and the Trusted logo on the right.
Forum: Themes and Templates
In reply to: [Willingness] Position a logo to the right side of the headerOk, I replaced mine with yours and it looks the same. Do I need to change the css too?
Forum: Themes and Templates
In reply to: [Willingness] Position a logo to the right side of the headerIn your code, where do I put the site link for the trusted choice site?
Forum: Themes and Templates
In reply to: [Willingness] Position a logo to the right side of the headerIf this helps here is the code I changed/added
css:
/* =Navigation ----------------------------------------------- */ #site-navigation { line-height: 3em; background-color: #3c6398; text-transform:uppercase; margin-top: -6px; } /* =Layout ----------------------------------------------- */ #masthead{ width: 1140px; margin: 0 auto; background-color: transparent; margin-top: 5px; } .site-main{ background-color: #fff; } #bio-image { float: left; margin: 1px; } #tc-image { text-align: right; } .site-branding { margin-left: 0; } #header-right { margin: 50px 50px 0 0; } h1.site-title { clear: none; font-size: 2.9em; margin-top: 50px; } h2.site-description { margin-left: 50px; clear: none; }
header.php:
<div id="bio-image"> <img src="https://www.robinsonandtoler.com/wp-content/uploads/2013/12/header-image.png" alt="bio image" /> <a href="https://www.trustedchoice.com/"> <img src="https://www.robinsonandtoler.com/wp-content/uploads/2013/12/tc-image.png" alt="tc image" />
Forum: Themes and Templates
In reply to: [Willingness] Position a logo to the right side of the headerI have, when I do that it takes everything to the right. And the Trusted Choice logo is still under the company logo. I want them to be next to each other.
Forum: Themes and Templates
In reply to: [Willingness] Position a logo to the right side of the headerThank you, I removed it.