Blog Text is "stuck On Side" On Mobile Phone View - Question | JoomShaper

Blog Text is "stuck On Side" On Mobile Phone View

L

Lukáš

Template 2 years ago

Hello,

I am using blog style with Ares Murphy template.

With mobile phone, text of the articles is "stuck on right side" and there is plenty of blank space on left.

If you open your demo http://demo.joomshaper.com/?template=ares-murphy, you switch to Blog version and Phone view - and just open first Election and What Really Makes article - you can see the problem.

So I guess it is a global issue, not just on my site. Is it possible to fix this please?

Thank you

0
7 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #26987

Please use the following code in your custom CSS:

@media only screen and (max-width: 991px){
.variation-blog.view-article article.item-page .blog-details-content {
    padding: 0 !important;
}
}

Hope this will solve the issue for you.

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #26982

Hi there!

Thanks for your query.

Let me have a look

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #26983

Hi

Could you please give me a screenshot of your issue?

0
L
Lukáš
Accepted Answer
2 years ago #26984

Sure, I uploaded the screenshot from your demo site here: https://drive.google.com/file/d/1LsxuUNdSrk3DZZ0nMoTJzf2CmOEAf3I5/view?usp=sharing

0
L
Lukáš
Accepted Answer
2 years ago #26985

And here is screen from my phone, from my site. Text is stuck on right side and lot of blank space on left: https://drive.google.com/file/d/1CQ6phco-bm3K0oySgqnc_ZbMpzB0aGY1/view?usp=sharing

0
L
Lukáš
Accepted Answer
2 years ago #26991

Thank you very much, worked like a charm :-)

Best regards, Lukas

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #26992

You are always welcome:)

0