Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@AidezMoi:
1) center my logo
— Add the following css in “Appearance => Theme Options => Custom CSS” box.#header-left, #site-logo { width: 100%; } #site-logo a { text-align: center; } #hgroup-wrap #site-logo img { display: inline; }2) put the search bar and social icons on the same line
— Add the following css in “Appearance => Theme Options => Custom CSS” box.#header-right { max-width: 100%; width: 100%; } #header-right .widget { clear: none; margin-left: 15px; }3) put the social icons and search bar above the logo on the right
— To make this you need to upgrade to pro version, where there is header top sidebar. There you can add in Social Widgets and Search Widget.Sakin
Keymaster@mrse2008: What happen to you page? I will contact you through email and help you in setup.
Sakin
Keymaster@cbtoolkit: Can I take a look at your site?
Sakin
Keymaster@donnasander: Thanks for your suggestions and appreciations. We will sure think about it. But for free theme there is details change svn in WordPress.org. So, for which theme you are looking into.
Sakin
Keymaster@Dongers: I though you wanted to completely remove header and footer. Sorry for that. You have to add conditions in your header.php and footer.php . See this http://codex.wordpress.org/Function_Reference/is_page_template
Sakin
Keymaster@Armandos: Here goes the css to hide those borders.
#supplementary .widget-title, .hentry img { border: none; }Thanks for your appreciation.
Sakin
Keymaster@adasprom: Go to “Appearance => Theme Options => Footer Editor” and add the following code.
<div class="copyright">Copyright © [the-year] <span>[site-link]</span>. All Rights Reserved.</div><div class="powered">Designed by <a target="_blank" href="http://www.montechcentral.com.au" title="Montech Web Design">Montech Web Design</a></div>Sakin
Keymaster@Armandos: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#slider, #colophon, .hentry, .widget { border: none; }Sakin
Keymaster@MrJonnyJones: It’s same thing, you can adjust the padding top by adding in the following css in “Appearance => Theme Options => Custom CSS. box.
#main { padding-top: 50px; }Sakin
Keymaster@MrJonnyJones: You can use
img.wp-post-image { box-shadow: none; }Sakin
Keymaster@zscheimer: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
/* To Center Header Image */ #site-logo, #header-left { float: none; } #hgroup-wrap #site-logo img { margin: 0 auto; text-align: center; } /* Header Padding top and bottom */ #hgroup.with-logo { display: none; } #site-logo { padding-top: 40px; } #hgroup-wrap { padding-bottom: 40px; }Sakin
Keymaster@adasprom: I check in your site and see css missing. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#primary { float: left; }Sakin
Keymaster@katiazev: Can you check your Jetpack plugin settings. I think you have active “Infinite Scroll” module.
Sakin
Keymaster@rbrt_bene: Thanks 🙂
Sakin
Keymaster@armandosarris: Sorry I don’t get it what are you trying to do it. Can you send me your site URL and then explain it.
Sakin
Keymaster@MrJonnyJones: Add the following css in “Appearance => Theme Options => Custom CSS” box.
#site-generator .copyright { text-align: center; width: 100%; } -
AuthorPosts
