Changing the width of blog post
-
Hi, there
I have changed the CSS code of my blog, to make the images full width.
However, the code also changes the width of the text area, in a way that cut the beginning and the end of my sentences. This happen when we visit the blog from a smartphone.The code which I am using is:
@media screen and (max-width: 767px) {
.container.container-medium {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
}May you guys help me, please?
The blog I need help with is: (visible only to logged in users)
-
To see an example, visit this post from a smartphone https://cafecomite.com/2022/03/26/shame-revela-uma-compulsao-sexual-capaz-de-arrastar-a-carne-ate-o-abismo/
- The topic ‘Changing the width of blog post’ is closed to new replies.