• On my home page I display a large photo. I need to move it higher toward the top of the web page, even if it falls under the menu and logo.

    • This topic was modified 6 years, 6 months ago by sneed.
    • This topic was modified 6 years, 6 months ago by sneed.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 15 total)
  • Theme Author coralthemes

    (@coralthemes)

    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.

    Theme Author coralthemes

    (@coralthemes)

    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?

    Theme Author coralthemes

    (@coralthemes)

    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 6 years, 6 months ago by sneed.
    Theme Author coralthemes

    (@coralthemes)

    Which is the main image?

    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?

    Theme Author coralthemes

    (@coralthemes)

    I cannot see the band on my phone.

    Thread Starter sneed

    (@sneed)

    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?

    Theme Author coralthemes

    (@coralthemes)

    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)

    Here how it appears.
    https://www.johncavaseno.com/wp-content/uploads/2018/05/jc-screenshot.png

    • This reply was modified 6 years, 5 months ago by sneed.
    • This reply was modified 6 years, 5 months ago by sneed.
    • This reply was modified 6 years, 5 months ago by sneed.
    Theme Author coralthemes

    (@coralthemes)

    Strange, I don’t know what causes it, sorry.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘How to Move Image Up?’ is closed to new replies.