Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #846900

    Hi

    My website here: https://www.herbalhealinginc.com blog posts do not display correctly on iphone devices.

    The titles overlap the content when viewing horizontally.
    Vertically, the content does not display correctly either.

    Where and what CSS elements do I need to change to make the content display correctly.

    Thanks
    Lyse

    #847129

    Hey tremblayly,

    I checked your site on iphone6/chrome and I couldn’t see any obvious problems, could you post screenshots of the problems please?

    Best regards,
    Rikard

    #847191

    Hi Rikard,

    Here are two links to two images (one portrait, one landscape on iPhone 6s using Safari)

    https://www.dropbox.com/s/u33afszcsyua0t0/IMG_0701.PNG?dl=0
    https://www.dropbox.com/s/trwa9vg9imae6cs/IMG_0702.PNG?dl=0

    Thanks
    Lyse

    #847912

    Hi,

    That depends basicly based of the sizes you have selected and the headline modifications.
    You can make that work only with some custom media queries

    Best regards,
    Basilis

    #847941

    Hi Basilis,

    Thank you for the link. It very informative. After reading both of the articles that talk about responsiveness for the various media devices, I tried the suggested @ media CSS code. It did not help resolve my issue with the blog page display on my iphone.

    Thanks
    Lyse

    #848618

    Hi Lyse,

    I checked on the phone and in the browser emulator, things look in one column and stacking properly. Either the queries helped or it was a cache issue. Screenshot in private. If you’re not seeing the same, please attach some screenshots and post credentials in the private box below.

    Best regards,
    Victoria

    #848677

    Hi Victoria

    It’s the blog post list that does not display correctly. From the main menu click blog and see the list of blogs, that’s where the issue is not on the website home page.

    Thanks
    Lyse

    #848998

    Hi Lyse,

    It’s the styles added in Quick css that break things

    View post on imgur.com

    You need to put those styles in the media query to work just for desktop.

    Best regards,
    Victoria

    #849156

    HI Victoria,

    Making the changes you suggested worked. But just for the desktop, is it possible to have the READ MORE display just below the text instead of below the image and text.

    Thanks
    Lyse

    #849944

    Hi,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 633px) and (max-width: 1439px) { .read-more-link {display: inline-block!important;}}
     

    2017-09-09_082512
    Please clear your cache :)

    Best regards,
    Mike

    #849988

    Hi Mike

    I first tried adding the CSS code snippet into the styles.css in my child theme but it wouldn’t work. I added to the Quick CSS in the Enfold settings and all works as I want it now.

    Thank you so much for all of your help!
    Lyse

    #850059

    Hi,

    Great, glad you got it working and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.