Blog Post width Problem in Argent Theme
-
Hi!
I’ve been adjusting the width of my blog posts using some CSS code:
.blog .hentry, .single-post .hentry, .single-post .comments-area {
margin-left: auto;
margin-right: auto;
max-width: 900px;
padding-left: 2em;
padding-right: 2em;
width: 100%;
}.single .entry-hero .post-thumbnail {
display: none;
}.single .hentry, .single-post .entry-content {
width: 850px;
}.single:not(.single-jetpack-portfolio) .entry-meta {
width: 100%;
}.single .entry-content {
width: auto;
clear: both;
}.single .entry-meta .posted-on, .single .entry-meta .byline, .single:not(.single-jetpack-portfolio) .cat-links, .single:not(.single-jetpack-portfolio) .tags-links, .single .post-edit-link {
display: block;
margin-right: 10px;
float: left;
}.single:not(.single-jetpack-portfolio) .cat-links, .single .post-edit-link {
clear: both;
}So currently the width of my blog posts on the home page is how I want it. However, when I click on tablet view to show one specific post, you’ll see that the post is locked on the width from the web view. The home page is scaling as it should.
Any help will be much appreciated. The blog I need help with is https://sarahlouiseasheim.com/2021/01/22/velkommen/
The blog I need help with is: (visible only to logged in users)
-
Hi there,
I’m not sure I am able to spot this issue. When I visit the post you mentioned (https://sarahlouiseasheim.com/2021/01/22/velkommen/) and view how it behaves on mobile, I can see that the blog post scales as it should.
This is difficult to explain in words, so I recorded a quick video to show you what I see on my end.
You can view the at this link: https://d.pr/v/wDVu0v
Is it the case that I am seeing something different from what you are seeing when you visit the same page? Or were you able to get this sorted out on your end?
Thanks for the additional info!
-
Hi again,
I forgot to mention that this is the support forum for our free sites, but your Premium Plan upgrade includes priority live chat support that you can access 24 hours a day (except major holidays)
With this in mind you are encouraged to reach out to us here, and we can take a closer look at your issue in realtime. No need to wait for a reply in the forums: https://wordpress.com/help/contact
- The topic ‘Blog Post width Problem in Argent Theme’ is closed to new replies.