Customize the template-selector menu
-
hello guys,
posted about the issues with internet explorer…
and need now some help with the template selector.
the menu/navigation does not really look nice,
so I want to build my own one,
with minimal buttons with icons instead of
white text on black not pixel-pferfect button
with rounded corners.how to modify the template selector?
also defined in the css?looking forward to your reply.
thank you.
-
Hi again! You can change the template selector in your stylesheet using the following css selectors:
.tile-templates ul.template-selector { } .tile-templates ul.template-selector li { }Cheers,
MikeHi Mike, hi wpUsers !
thank you for your answer!I want to mention again, what a great plugin wp-tiles is, making your wp look very dynamic !!! There are few bugs, but it offers possibilities that will make you smile –
think about wp-tiles as a menu / navigation on the landingpage…I did so and already started to customize the template selector, so my post was maybe not precise enough. Actually, I finished customizing the template selector but the buttons for different views of the tiles are still not displayed from edge to edge.
I need the template selector´s first button aligned left, the last one aligned right, the others in between should arrange regularly…
Hope you got the issue, because I need your help once again to find a solution!!!
text-align: justifyLooking forward to your reply:)
tooo quick:
text-align: justifydoesn´t solve it…Hi 48fps! Have a look at this article: http://www.barrelny.com/blog/text-align-justify-and-rwd/. This seems to be what you’re after. Try:
.tile-templates ul.template-selector { text-align:justify; } .tile-templates ul.template-selector:after { content: ''; display: inline-block; width: 100%; }Yeees!!!
Thank you so much for your help and the article, Mike!
Cheers ;D
The topic ‘Customize the template-selector menu’ is closed to new replies.