Height of posts in Scrollider Express theme
-
Hi there was a recent post that cave some CSS code to the width of posts in the Scrollider Express theme, see here:
https://en.forums.wordpress.com/topic/increasing-width-of-post-size?replies=6#post-1698599
I was wondering if there was any way to you could adjust the height of posts in conjunction with this width adjustment. I do not want to affect the side bar just the posts on the home page. I use splitting tags to reduce it on the home page but I want to try reduce them further.
One way I thought this could be done is by perhaps also reducing the size of the “Continue Reading” button – it seem unnecessarily large.
Can anyone help at all
The blog I need help with is: (visible only to logged in users)
-
I checked http://cavearticles.wordpress.com/ and I see that you are using the Untitled theme and not the Scrollider Express theme on that blog.
Could you verify the blog you are working on and link to it? The answer would be different if you were using a different theme because CSS is theme-specific.
-
I took another look at the link you mentioned before:
https://en.forums.wordpress.com/topic/increasing-width-of-post-size?replies=6#post-1698599
You could hide the post meta on the home page of the Scrollider Express theme to reduce the post height. Here is an example:
.home .entry-meta { display: none; }One way I thought this could be done is by perhaps also reducing the size of the “Continue Reading” button – it seem unnecessarily large.
Here’s an example that makes the “Continue Reading” button look more like a link than a button and may help:
.home a.more-link { background: none; color: #444; font-weight: normal; text-shadow: none; }
- The topic ‘Height of posts in Scrollider Express theme’ is closed to new replies.