Forum Replies Created
-
AuthorPosts
-
This Custom CSS should get you there:
#branding hgroup {
background-position: bottom;
padding: 0 0 140px;
}This should do the trick:
.post-format-icon {
display: none;
}The following additional styles should get that header link working for you:
#branding {
padding-bottom: 5px;
}
#branding hgroup {
background: none repeat scroll 0% 0% transparent;
margin: -50px 0pt 0pt -10px;
}
#page #site-title {
clip: auto ! important;
position: static ! important;
width: 990px;
}Nathon, in what browsers does the menu appear to be mispositioned in?
Nathon, to have your header be a working link you can change your custom CSS to target the anchor in the header rather than the hgroup, like so:
#site-title a {
background: url("http://nathonsims.files.wordpress.com/2012/02/cropped-header34.jpg") no-repeat scroll 0 0 transparent;
height: 155px;
margin-bottom: 30px;
max-width: 980px;
padding: 0 10px 10px;
display: block;
text-indent:-9000px;
}Note the addition of the last two lines. I hope that helps!
Sorry, yes, ThemeMin also crops images in single posts as well to keep everything in proportion to the layout. The single post image dimensions are 560 by 261 pixels.
February 27, 2012 at 7:41 pm in reply to: Refund request nowtest dot wordpress dot com #115087 ReplyHi, bibliophage91. Unfortunately your Magazine purchase is 5 days out of the 30-day refund window.
February 27, 2012 at 7:35 pm in reply to: How do I change the Font Size and Style of the categories in the top menu? #115086 ReplyHi, Andrew. If you have the Custom Design upgrade you can do that by changing the body font using Custom Fonts or, for more control, with Custom CSS like
#menu-categories {
font-family: 'This is where the font name goes';
font-weight: bold;
font-style: italic;Likewise you can add a border by adding the following CSS
.hentry {
border-bottom: 1px solid #ccc;
padding-bottom: 40px;
}Hi, Nathon. If you remove your image widgets and add the following HTML to a text widget you should get the look you’re wanting.
<a href="http://pinterest.com/nathonsims/"><img width="150" height="150" class="alignnone" src="http://farm8.staticflickr.com/7057/6926417067_f3d7300957_m.jpg"></a>
<a href="http://www.facebook.com/nathon.sims"><img width="150" height="150" class="alignnone" src="http://farm8.staticflickr.com/7049/6926417051_8d8ce7e365_m.jpg"></a>
<a href="http://melissadianeblog.wordpress.com/"><img width="150" height="150" class="alignnone" src="http://farm8.staticflickr.com/7199/6926417061_7fdb499725_m.jpg"></a>
<a href="https://twitter.com/#!/Nathon_Sims"><img width="150" height="150" class="alignnone" src="http://farm8.staticflickr.com/7062/6926417071_b25e8bbb0c_m.jpg"></a>The header in Funki doesn’t automatically link back to the home page but that’s a feature we can add to it. In the meantime, you can add a home link to your menu by clicking “View All” on the pages module in the Menus page and adding the “Home” link that appears there to your menu. We have more instructions here:
http://en.support.wordpress.com/menus/
And if you add ‘z-index: 9999;’ to the block of styles for .footer-menu in your custom CSS that menu should start working correctly for you.
I hope that helps!
Featured Images will indeed get cut off on ThemeMin’s home page if they’re proportioned differently than than the home page featured post area. It’s a feature that keeps things neat and organized. If you’d like the image proportions consistent to the featured post area (172px x 129px) I recommend adding featured images that are 560px by 420px.
I hope that helps!
Not right now. The font and color scheme of emails can’t currently be customized.
Unfortunately we won’t be able to make an exception. Was the miscommunication over the removable WordPress.com footer text that Andy from the Theme Foundry cleared up on December 6th? Or was there something else?
Yep. It’s appearing “regular” in an iPad. :)
Hi, you can change that by editing your blog’s time zone from Settings → General.
Not a problem. I’ve refunded and deactivated the Photography theme for you. Hope you find the right theme!
Hi. You can add that code to a Text Widget from Appearance → Widgets in your dashboard.
Unfortunately it looks like you’re outside of the 30-day refund window for your Photography theme purchase (it was purchased 44 days ago). Sorry.
January 18, 2012 at 4:21 pm in reply to: Twitter widget won't show in sidebar, moves to footer #155776 ReplyHi there, it looks like you had a stray div element in your first text widget. I deleted it and everything is looking as expected now. Let us know if you run into any other theme wonkiness.
January 18, 2012 at 4:20 pm in reply to: 'top of page' arrow icon moved to middle of first post #155775 ReplyHi there, it looks like you had a stray div element in your first text widget. I deleted it and everything is looking as expected now. Let us know if you run into any other theme wonkiness.
Hi, I’ve refunded and deactivated Delicious Magazine for you. Good luck with your new blog!
-
AuthorPosts