darrellwilde
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change background image positionFirstly my apologies for posting in the wrong section!
Thanks for the css it does work that way but when you scroll down it leaves a gap now at the top. Thanks for trying though.
Forum: Fixing WordPress
In reply to: Add a bar with text just above footerSuperb!!!
Its perfect thank you!
Forum: Fixing WordPress
In reply to: Add a bar with text just above footerThink im there now, just cannot figure out how to change the whole bar background to black.
No matter what I try it remains white.
Forum: Fixing WordPress
In reply to: Add a bar with text just above footerThanks Steven ive installed the first option just need to know how I position the footer-sidebar1 in the middle of the page now and also make the text central in the middle of the bar.
Forum: Fixing WordPress
In reply to: Move site logo over slightly…Ahhhh the min-width fixed it!!!
Thanks
Forum: Fixing WordPress
In reply to: Move site logo over slightly…So this way
@media only screen and (min-width: 25em) { .site-branding { position: relative; right: -62px; } }The desktop is fine and small mobile version is also good however tablet (medium size) is out of line…. Oh the joys of css ha ha
Forum: Fixing WordPress
In reply to: Move site logo over slightly…Only issue I have with adding this css is that it now effects the mobile versions as it pushes it out of line when viewing on those…
Is it a case of one or the other?
Forum: Fixing WordPress
In reply to: Move site logo over slightly…Your a star!! I really need to get to use chrome developer tools it will make my life so much easier!
Forum: Fixing WordPress
In reply to: Changing width and height..Thanks Steven!!!!!! Worked a treat!!