Good day!

I'm having a problem with the padding on mobile article pages. Please see the screenshot below.

LINK: https://myuap.report/history/types-and-kinds-of-alien-encounters

Would it be possible to supply me with the CSS code in order to make the article text a bit more readable? Otherwise, if there is a setting somewhere that I've missed that's causing the text to be squished up like this, I'd be most happy to take advice.

Thank you!

Todd

Hi @toddjharrison73

I have updated style to fixed this issue on your website. You can see the custom code when click to the Edit custom css button.

@media (max-width: 576px) {
  div.item-page.com-content-article {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

Regards,

Thank you so much @cssyeah !! I really appreciate your help.

You can go ahead and mark this one resolved, or whatever you need to do.

Thank you again!

Todd

phinb locked the discussion.
Write a Reply...
You need to Login to view replies.