Try it as a background image of that page!
Or if you just wanted it closer to the menu:
body.home #content {padding-top: 0;}
Thread Starter
sneed
(@sneed)
I originally used the photo as a background image but it appeared on every page!
I copied that code you sent me to my Custom CSS page but it had no effect.
Try this with the background image, we remove it from other pages:
body:not(.home) {background-image: none;}
Thread Starter
sneed
(@sneed)
I added that code to my Simple Custom CSS page but it had no effect. The background image appeared on all pages.
Is there somewhere else I should have placed the code?
I suggest to use the developer tool in Chrome or Firefox to investigate the css.
Thread Starter
sneed
(@sneed)
body:not(.home) {background-image: none;}
When I added the above code to my Simple Custom CSS page it did nothing.
But when I added it to my Additional CSS page it worked.
But I still can’t get the padding code to move my main image up.
-
This reply was modified 8 years ago by
sneed.
Thread Starter
sneed
(@sneed)
I removed it from my home page because it conflicted with the background image.
Thread Starter
sneed
(@sneed)
Now when viewing the home page on Cell Phones, the background image appears with a black band over the face unless I reload the page. Can this be fixed?
I cannot see the band on my phone.
Thread Starter
sneed
(@sneed)
I checked it on 6 different Android and Apple cell phones. The homepage always blocks out his face until you RELOAD the page. Then it looks fine. How can I get his face to appear without having to reload the page?
If you can see it, try to identify the element that hides a part of the image. Is it the menu?
Thread Starter
sneed
(@sneed)
Strange, I don’t know what causes it, sorry.