By Authentica on Monday, 04 June 2018
Posted in General Issues
Likes 0
Views 488
Votes 0
Hi Guys,

Hope you're all well.

We're having trouble with mobile friendly. When we look at the main page that appears great on the mobile, the issue is when you enter in to the actual posts they are not resizing for the mobile. How can we fix this?

Thanks
Hey David,

Are you referring to this(http://take.ms/HFYYk)? The reason it does not have h2 font size is because that phrase is not under a heading block: http://take.ms/eZCRv
·
Thursday, 14 June 2018 10:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi David,

It apepars there is a custom css under your template that is fixing the width of post entry page: http://take.ms/Q9qWg

This is why the width is not responsive on mobile view. May I know what you are trying to achieve with that custom css so we can use a better one instead?
·
Monday, 04 June 2018 10:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond,

It was to get all the images to appear the same size and that the text is indented uniformly across each post. How can we maintain the look and feel of the posts and have the functionality of mobile friendly?

(If you go into one of the posts on the site you'll see that both the images and text are centralised in each post).

Thanks
·
Monday, 11 June 2018 03:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey David,

Can you try to use the following custom css instead of your current one?

@media only screen and (min-width:900px) {
body.com-easyblog.view-entry #sp-main-body .container {
width: 855px;
}
}
If this does not work, can you provide me your backend access at http://stackideas.com/dashboard/site so I can check further? Thanks.
·
Monday, 11 June 2018 12:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond,

I think it might be better if you do this if you wouldn't mind as I'm not ofay with css. I've provided the access details. If you need anything else just let me know. Thanks
·
Tuesday, 12 June 2018 07:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey David,

Understood. I have helped you apply the custom css and removed the previous one in your template. I took a look at the actual posts they are now displaying fine on mobile.

Can you help me double check again and see how it goes? Thanks.
·
Tuesday, 12 June 2018 10:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond,

Yes that all looks fine. The only thing you could check for me please , if that is ok? Re the CSS, is the heading sizes as they main one should be H1 and the subtitles H2. but if you look at the link below for example it seems to have changed the title sizes.

https://www.authenticapets.com/blog/dia-de-abrazar-a-tu-gato

Thanks
·
Wednesday, 13 June 2018 02:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey David,

May I know what is the size that you want for H1 and H2?

Currently based on what I checked, h1 is 36px(http://take.ms/Hpfuz), and h2 is 24px(http://take.ms/VNRQ6).
·
Wednesday, 13 June 2018 11:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond,

That would seem correct but those sizes are no longer consistent across the posts. For example in the post here. https://www.authenticapets.com/blog/dia-de-abrazar-a-tu-gato the second subtitle in green is not 24px.

Thanks
·
Wednesday, 13 June 2018 23:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond,

Ok thanks that explains it then. Thank you very much for your help.

Regards.
·
Thursday, 14 June 2018 18:59
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome David and glad to know that your issue is resolved.

Regards.
·
Thursday, 14 June 2018 19:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post