bagsalwayspacked
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ashe] Low quality header imageThanks, that worked in fixing the low quality of the image but now I have experienced a different issue.
The image I uploaded for the header was 190kb when on my desktop, then when I uploaded it to the image library on WordPress, it now says that the same image is 380kb. I uploaded and double checked this twice and it did the same thing each time.Hi there, the post that I am working on is just a test post so I don’t want to publish it however I just added a slider with 3 images at the bottom of this post (right before the “save this post for later” part).
Thanks!Forum: Themes and Templates
In reply to: [Ashe] Spacing between blocksThanks for your response,
I think I managed to fix it (mostly) by adding this CSS to space out the paragraphs by adjusting the heading margins
h2 {
margin-top: 2em;
padding-top: 0;
}I would like to know how to do the same for the spacers though (the long lines, dots and short lines). I can’t figure out what css to write
Forum: Themes and Templates
In reply to: [Ashe] Changing content width on posts onlyI’ve managed to make it centred as well as only on desktops by using this CSS:
@media only screen and (min-width: 1025px) {
.post-content {
width: 80% !important; margin: auto;
}The last thing I would like to know if there is a way for it only to be applied to blog posts rather than every page (like the home page) without having to manually apply the CSS to each post.
Thanks for your help!
Forum: Themes and Templates
In reply to: [Ashe] Changing content width on posts onlyI tried that but it applied it to every page, not just the posts.
Is there a code to add in that only applies it to blog posts rather than the whole site and centres it as well as excluding the CSS from phones?
Forum: Developing with WordPress
In reply to: Changing content width on posts onlyIt should be visible now, I have launched the site but not redirected the URL yet