• Resolved melissafox

    (@melissafox)


    Hello everyone!

    I couldn’t find my issue on the forums in particular so here I go… I like my website design right now but I have an issue that I can’t seem to figure out in the style sheet. The issue is that when an image is clicked on to be enlarged, the navigation arrows (Prev and Next) are missing. Navigation can be done by clicking the image again but I find that unintuitive. I am at a loss here.

    Thanks for the help in advance and sorry if this has been posted before.

    The website is https://www.melissafox3d.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter melissafox

    (@melissafox)

    I tried a different theme and the Prev and Next links are there, and the script works with arrow keys. I think it could be a visibility issue but I’m not too savvy in figuring out the specifics of what nav issues I have.

    Thread Starter melissafox

    (@melissafox)

    Nevermind, I fixed it. There was some superfluous lines I added that threw things off. Fixed it with this code:

    article.excerpt {
        border-bottom: 3px double #eee;
        margin-bottom: 2em;
        padding-bottom: 2em;
    }
    article.firstfull {
        border-bottom: 3px double #eee;
        margin-bottom: 2em;
    }
    .post-thumbnail {
        float: left;
        margin-right: 24px;
    }
    .entry-header, .page-header {
        text-align: center;
        padding: 0;
        margin: 2em;
    }
    .entry-title, .page-title {
        font-size: 20px;
        font-weight: 500;
        margin: 5px;
        padding: 0px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nav arrows are missing on enlarged photos’ is closed to new replies.