ado.kulovic on "[Theme: Catch Everest] Header and footer bars"
Hello, Whean I do: #site-generator .site-info { padding: 0; } Line is not thick enough. Is there a way to customize its thickness? Color chamge works, but is there a way to make those line diffrently...
View ArticleWPyogi on "[Theme: Catch Everest] Header and footer bars"
You can make the padding bigger than zero - just add something like 5px - and adjust that as you like. For separate colors: #header-menu { background-color: #xxxxxx; } #site-generator {...
View Articleado.kulovic on "[Theme: Catch Everest] Header and footer bars"
sorry, I am not sure how to add pixelage? color works
View ArticleWPyogi on "[Theme: Catch Everest] Header and footer bars"
Change this: #site-generator .site-info { padding: 5px; }
View Articleado.kulovic on "[Theme: Catch Everest] Header and footer bars"
I think it works. Do you maybe know how meny pixels is menu bar? tx,
View Articleado.kulovic on "[Theme: Catch Everest] Header and footer bars"
I beleive thats it. thanks man!
View ArticleWPyogi on "[Theme: Catch Everest] Header and footer bars"
Awesome! (BTW, it's "woman" - LOL :)!)
View Articledragonbonetattoo on "how to get footer to display images horizontally"
I am trying to have a few sponsor logos displayed on the bottom of every page in a horizontal list. They are still displaying vertically no matter how much CSS I throw at it. I'm using a simple text...
View ArticleWP Help Support on "how to get footer to display images horizontally"
Add the following code to your style.css .widget .sponsors ul li { display: inline-block; }
View ArticleSeacoast Web Design on "[Theme: Landscape] Can't add widgets to footer"
You only need one <?php in your functions file - at the top - and closed at the end after all functions.
View Articledragonbonetattoo on "how to get footer to display images horizontally"
Thanks! I have added the above CSS to my css, but it is still being stubborn. I'm probably missing something basic.. The beginning of my html is: <div class="sponsers"> <ul> <li>........
View ArticleWP Help Support on "how to get footer to display images horizontally"
Sorry, there is typo in my code "sponsors", it should be "sponsers" like yours, try .widget .sponsers ul li { display: inline-block; } or try .sponsers ul li { display: inline-block; } or even...
View ArticleOmar Tariq Jutt on "how to get footer to display images horizontally"
Try adding this code to your style.css file. .sponsers ul li { float: left; }
View Articledragonbonetattoo on "how to get footer to display images horizontally"
You all rock so much! I'm thinking it is still not functioning correctly because I had to build my own widgitized footer, and possibly set the width incorrectly? Would this make a difference? I'm...
View ArticleDiabolito86 on "Login/registration added, how to adjust to single pages?"
Hi there. I am rather new to WordPress, but I still managed to get a login/register/recover password module up and running, by using this guide: http://digwp.com/2010/12/login-register-password-code/...
View Articledragonbonetattoo on "how to get footer to display images horizontally"
So clearing the cache on my browser did it. It works!
View Articlecmonster on "[Plugin: mb.miniAudioPlayer - an HTML5 audio player for your mp3...
I updated to 1.3.2 and seems to be working with the scripts running in the footer. I will do additional testing during the week and will let you know how it goes.
View ArticleWP Help Support on "how to get footer to display images horizontally"
Glad it solved the problem :)
View Article