Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #259922

    When i view this page on an iPhone in the Vertical orientation

    (shutterliving.com/image-sets/)

    https://mail.google.com/mail/u/0/?ui=2&ik=d381631dc6&view=att&th=145c68725703ac22&attid=0.1&disp=safe&zw

    1. It looks like the link above, Is there a way to remove the date from being shown?

    2. Is there a way to make the white box a bit smaller so more of the image can be seen?

    #260034

    Hey Jamie A!

    Please add following code to Quick CSS

    span.av-masonry-date { display: none; }
    .av-masonry-entry .av-inner-masonry-content { padding: 10px; }

    Regards,
    Yigit

    #260146

    Yigit,
    Worked perfectly.

    (I have to say this is the best support I have ever had for any theme)!

    #260149

    (would it be easy to change the ‘white’ to transparent say 50% transparency, not sure if that would be complicated to do?)

    #260202

    Hey!

    Please add following code to Quick CSS as well

    .av-inner-masonry .main_color .site-background { background-color: rgba(255,255,255,0.5); }

    Regards,
    Yigit

    #260206

    Thanks again, I added the code and cleared cache (on phone and in WP) but did not have any effect?

    #260240

    Hi!

    Please add following code to Quick CSS instead

    @media only screen and (max-width: 480px) {
    .av-inner-masonry-content.site-background {
    background: rgba(255,255,255,0.5) !important;
    }}

    Best regards,
    Yigit

    #260246

    Works perfectly. Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘iPhone view customisation’ is closed to new replies.