Comment on Stallion Theme Colours, Banners and Header Image by WordPress SEO Theme Author.
There’s currently one Stallion colour scheme that has the heading text on the right rather than the left and that’s Connections Reloaded (settings under Stallion Colour Options page.
There’s no Stallion option to switch the heading layout on other colour schemes, that would require editing the colours CSS file. For example if you run Stallion Delicate edit
style-delicate.css
Should be easy to change, find
.headleft {
float: left;
width: 640px;
margin: 0px;
padding: 15px 0px 0px 20px;
}
Change to something like this
.headleft {
float: right;
width: 640px;
margin: 0px;
padding: 15px 0px 0px 20px;
text-align: right;
}
#header_stallion_2011_top {
float: right;
width: 640px;
text-align: right;
padding: 15px 0px 0px 20px;
}
#stsearchform {
top: 95px;
right: 10px;
}
#header_widget {
left: 20px;
float: left;
text-align: left;
}
This should work with all colour schemes with minor adjustments.
Might want to play around with the padding for example to get the layout right. If you aren’t famlar with padding: 1px 2px 3px 4px; format the 4 sizes represent padding top, right, bottom, left, so the above is top 1px, right 2px, bottom 3px, left 4px.
The #stsearchform part changes the location of the search form, puts it below the heading text like you see with Connections Reloaded. top: 95px; means put the form 95px from the top, if the form is too high try top: 100px; if too low try top: 90px;. If you wanted the search form on the left instead of the right you’d use something like
#stsearchform {
top: 95px;
left: 10px;
}
The header widget area would be located on the right as well.
On changing font sizes, no built in Stallion option, it’s editing the CSS files.
Look for these two sets of CSS
.h1disc h1, .h1disc span {
font-size: 1.3em;
and
#branding div, #branding h1 {
line-height: 1.5em;
font-size: 1.3em;
And change the font-size.
The above covers the font size of the text size of the heading link back to home.
In the next update it will be easier to make these sorts of changes as child themes will be available, you’ll never have to edit a core Stallion file again for customizations. In another update thinking about adding an options page for over writing font sizes and colors, I’ve avoided this so far as has to be inline CSS which isn’t ideal.
David
More Comments by WordPress SEO Theme Author
WordPress SEO Theme Layout CSS Max-Width of Images That’s a CSS setting called max-width within the Stallion layout CSS files so images never stretch over the sidebars.
Under /stallion-seo-theme/colors/ you’ll find the layout CSS files name format layout-***.css where the *** relates to the layout used, layout-310r.css for example …
Continue Reading Stallion WordPress Theme Layout/Design Options
WordPress Theme Promotion Adding Facebook Button to WordPressTheme There’s no Stallion option to change the Facebook code.
The code is located in the file
/stallion-seo-theme/plugins/social-network.php
on line 11.
Not looked into what you want to achieve, so don’t have a code snippet, should be easy to find the code from Facebook.
David …
Continue Reading Stallion WordPress Theme Promotion Options
WordPress SEO Duplicate Content WordPress SEO of Categories 1,200+ posts in only 8 categories averages at 150 posts per category IF you have them spread evenly (which you won’t).
With the standard 10 posts per category that’s 15 pages deep, unless you have a high PR site (loads of …
Continue Reading WordPress SEO Tutorial Duplicate Content and Canonical URLs
WordPress SEO Duplicate Content Delete WordPress Tags and Categories with NO Search Engine Traffic If some WordPress tags get search engine traffic keep theme and keep the same layout, but delete the tags that get no traffic.
This way your tags with traffic loose no internal backlinks and you waste no link benefit on tags …
Continue Reading WordPress SEO Tutorial Duplicate Content and Canonical URLs


Stallion WordPress Theme Feature Requests Stallion SEO Theme Updates No time frame for the next Stallion update (planned to have it done at the start of the year!), having some health problems that’s making it difficult to work for long periods of time, so a lot of stuff is …
Continue Reading Stallion WordPress Theme Feature Requests