Forum Replies Created
list of topics you have created till now.
-
-
That’s the wrong file. Just click on “Edit CSS” under the “Appearance” tab on the left side of your admin dashboard, and it will take you directly to the place to paste the code. It will look like this when you’re done:
/*
Welcome to Custom CSS!CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.site-header hgroup {
padding-top: 1em;
}h1.site-title {
text-align: center;
margin-bottom: 0;
}h1.site-title a {
display: inline-block;
}h2.site-description {
margin-top: 0;
margin-bottom: 0;
}.site-header .social {
margin-bottom: 1em;
}
Just cut and paste these five lines of css into the CSS Stylesheet Editor (Appearance –> Edit CSS), starting on a new line (below the final */).
Thank you! This was exactly what I had in mind.
Just thought I’d check back on this… is it possible to move the meta data to the bottom of the masonry block, after the excerpt?
Great! That helped immensely, thank you.
Thanks! Is it possible to move the meta data to the bottom of the masonry block, after the excerpt?
Thanks! For some reason, several of the shortcodes were marked up as href’s… not sure how that happened.
I’m not sure how to fix these. I took a look at the “text” view of the “About Me” page, for example, to look for the missing “>” for the h3 tag that begins “Let’s socialize”, and it’s there. I’d appreciate any help you can give me!