Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #99290
    PaoloGrosso
    Participant

    Hy,
    I’m new in the forum.

    I’d like to ask you a question:
    I published an article and on the computer and tablet layout is good, while the same item you see evil on the smartphone, in fact after each image inserted in the body of the article, there is a blank space before the reset of the text.
    Can you help me?

    Thank you.

    Paolo Grosso

    #99325
    Mahesh
    Participant

    @paologrosso: Please post in your site url.

    Regards,
    Mahesh

    #99333
    PaoloGrosso
    Participant
    #99337
    Mahesh
    Participant

    @paologrosso: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 767px) {
    .excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image {
        float: none;
        width: 100%;
        max-width: none;
    }
    	
    .excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image img {
        display: block;
        margin: 0 auto;
    }
    
    .excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container {
        display: block;
        float: none;
        width: 100%;
    }
    }

    This will make image and content full width in mobile devices, one below another. Hope this helps.

    Regards,
    Mahesh

    #99340
    PaoloGrosso
    Participant

    Hy Mahesh,

    I pasted the box in CSS but now, in the mobile version, in the Home there are both articles, but there’re opened.

    And the space between the image and the text remained distant yet.

    This is an example of the problem of the impagination.

    schermata-2016-09-12-alle-19-10-53

     

     

     

     

     

     

     

     

     

    Puoi renderti conto nell’immediato a colpo d’occhio che nel caso di un’invalidità fino al 60% non ti riconoscerebbero niente e non ti verrebbe corrisposto NULLA per far fronte alla serie di necessità economiche quotidiane alle quali ti troveresti di fronte.

    Thank you.

    #99346
    Mahesh
    Participant

    @paologrosso: The one you’ve mentioned is due to empty <p> tags in the content. Please edit the post view content in text tab and delete all the empty <p> tags, this will resolve the issue.

    Regards,
    Mahesh

    #99348
    PaoloGrosso
    Participant

    Ok, I’ve done what you told me and nox the imagination in the mobile is ok.

    But now, in the mobile, in the Home Page the two article are opened yet, while in the Home of PC there’s only title, image, and a few lines.

    Can you advise me what to do?

    Thank you for the support!!!!

    #99350
    Mahesh
    Participant

    @paologrosso: Can you please clarify more. I didn’t quite get you.

    Regards,
    Mahesh

    #99359
    PaoloGrosso
    Participant

    Sorry.

    If you enter in my blog from a personal computer, in the Home Page there’s a preview of all articles.

    While if you enter in my blog from smartphone, in the Home Page the two articles are already opened.

    This is new, in fact yesterday the situation was not there.

    I hope I explained myself.

    Paolo

    #99395
    Mahesh
    Participant

    @paologrosso: Well, whether I open your site from desktop or mobile, I’m seeing only two posts. How many posts do you have in total??
    Let me now further.

    Regards,
    Mahesh

    #99406
    PaoloGrosso
    Participant

    Yes, I’ve only two posts.

    But have you noticed that from desktop two articles are separeted and for open it you have to link to the title or “read more”, while from mobile two articles are opened yet and so there isn’t possible to link to “read more”?

    Thank you

    #99422
    Mahesh
    Participant

    @paologrosso: Didn’t notice that earlier. Its kinda weird. May be problem of caching. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and make sure, Show Excerpt is selected in Archive Content Layout option.
    Let me know further.

    Regards,
    Mahesh

    #99440
    PaoloGrosso
    Participant

    Dear Mahesh,
    thank you for the support.

    Thanks to you I solved my problems and now my blog is perfect.

    Best regards.

    Paolo

    #99455
    Mahesh
    Participant

    @paologrosso: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Pagination issue article on mobile’ is closed to new replies.