smaitb
Forum Replies Created
-
I just fixed this. It had to do with the way I set up the space between the logo and the top. I used the padding rather than the margin property to create the space and that fixed it. Thanks!
Thanks Zirox624! Yes, I’ve checked the header CSS and I don’t think it actually is related to the header. I say this because I also notice that if I make the browser big enough, the white shows up beneath the footer, too. So then I thought that means I’ve got to target the background color somewhere. I looked all around for background colors that might be set to white, didn’t find any, and in fact, the background color was set to that blue. (At the bottom, I want it to be blue endlessly so that if someone has a giant browser, they won’t see the white.) Now, I’m thinking it has more to do with the set up of this page rather than the background color, but no idea what to look at.
Forum: Themes and Templates
In reply to: [Sundance] Edit FooterJust did it! Thanks again.
Forum: Themes and Templates
In reply to: [Sundance] Customize navigation barI DO still need help with this! The site is still local, unfortunately. Are there any basic guidelines on how to do this for now? Thank You!
Forum: Themes and Templates
In reply to: [Sundance] Edit FooterThanks!
Forum: Themes and Templates
In reply to: [Sundance] Edit FooterI just figured it out! It was CSS. And you had my goal except I didn’t want ANY links anywhere in the footer. This is what I did to my footer.php file, line 17:
– took out the entire<a>tag
– added<span style="color:red">Line 17</span>I also changed the text to what I wanted.
Thank you so much for your help!
Forum: Themes and Templates
In reply to: [Sundance] Edit FooterHello! I should have been clearer in my original post. I like that it is one color to the left of the vertical bar, and another to the right of it. I actually tried taking the
<a href></a>out in line 17. This got rid of the link, but it also got rid of the color. I then tried your suggestion removing lines 16-19 and typing in my footer. That also made it all one color. From there, I then tried<body style:"red";>Left half of vertical bar text</body> | Right half or vertical bar text.That then made it all red. Perhaps I’m also lacking on my html knowledge?? Sorry if I’m being dense.I do have a child theme set up. Thanks again for your help!