Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
In the Mailchimp code, find this line and change it from:
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>to:
<div class="clearfix"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>Admin
The slider on your side is set to be 350px high instead of 500px. Make sure you have set the slider height to 500px to avoid the image being cut-off.
Admin
Quote:hmm but putting an empty line between the paragraph is the common logic, that is how we write letters or documents in words.so im just copying what i write from words document into the web.
WordPress already converts newlines in your content into paragraphs, so there’s no need to enter additional empty lines. If copy-pasting content from Word, use the “copy from Word” button in the WordPress editor.
Quote:how do i use the css to change font type to Verdana?.highlights .textwidget {
font-size: 18px;
font-family: verdana;
line-height: 26px;
}Admin
Those extra spacing between the paragraphs is because you have additional empty lines in your post. Remove those empty lines between the paragraphs and the extra spacing should disappear.
To modify the font size, use this CSS code:
.highlights .textwidget {
font-size: 18px;
line-height: 26px;
}Admin
You can use CSS for that. Any specific example on your site?
Admin
We’ve updated the changelog for the Graphene theme here:
Admin
OK, will consider this feature improvement.
Admin
Nope, that’s pretty much it at the moment. We might add more as and when required.
Admin
Well, the simplest way to revert to what it was before is to add this code in the theme’s Custom CSS option:
.hentry .featured-image img {
width: auto;
}Admin
In 1.7, the featured image fills up the width of the post. The featured images on the site you linked to seems to have a small, square size. Therefore, when it fills up the width of the post, it looks blurry and large (because of the near square dimension).
Try using another image with a width of at least 850 pixels.
