• Why I cant click on image which is aligned left or right ? It looks like text rows doesnt alow it to click…
    Please try it out on this page : HERE

    Try to click on last 3 thumbnail photos and you will see the problem… you can click on just specific place if you find it…
    I do not know why first one works and other not ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Mmm, look:
    These are your first 2 <p>

    <p>something</p>
    <p>something else</p>

    These are your other <p>s

    <p class="wp-gallery" style="font-family: 'Times New Roman', Times, serif; font-size: 24px; word-spacing: normal; letter-spacing: normal; border-style: none; border-width: thin; position: relative;"> something </p>

    If you remove that position: relative; everything works . Now the question is, why the first 2 <p>s are in that way the others not? Don’t know.
    To avoid all that you can force that a href to stay “above” <p>s. If you want to do that.. try adding this to… you now where ?? :

    .wp-caption a {
    z-index: 100;
    position: relative;
    }

    Thread Starter dt125x

    (@dt125x)

    Thanks d4z_c0nf ??

    So how did you solve?
    I see you have normal “<p>s” now. What happened?

    Thread Starter dt125x

    (@dt125x)

    I did not wanted to write any css if I can solve it manually… I just erased all styles and got it back again step by step… Probbably problem was in something I did long ago and I do not remember… :=)

    ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Photo alignment problem’ is closed to new replies.