Quantcast
Channel: Topic Tag: footer | WordPress.org
Browsing all 13545 articles
Browse latest View live
↧

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 Article


WPyogi 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 Article


ado.kulovic on "[Theme: Catch Everest] Header and footer bars"

sorry, I am not sure how to add pixelage? color works

View Article

WPyogi on "[Theme: Catch Everest] Header and footer bars"

Change this: #site-generator .site-info { padding: 5px; }

View Article

ado.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 Article


WPyogi on "[Theme: Catch Everest] Header and footer bars"

Try 12 in the above CSS.

View Article

ado.kulovic on "[Theme: Catch Everest] Header and footer bars"

I beleive thats it. thanks man!

View Article

ado.kulovic on "[Theme: Catch Everest] Header and footer bars"

works like a charm.

View Article


WPyogi on "[Theme: Catch Everest] Header and footer bars"

Awesome! (BTW, it's "woman" - LOL :)!)

View Article


dragonbonetattoo 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 Article

WP 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 Article

Seacoast 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 Article

dragonbonetattoo 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 Article


WP 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 Article

Omar 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 Article


dragonbonetattoo 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 Article

Diabolito86 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 Article


dragonbonetattoo on "how to get footer to display images horizontally"

So clearing the cache on my browser did it. It works!

View Article

cmonster 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 Article

WP Help Support on "how to get footer to display images horizontally"

Glad it solved the problem :)

View Article
Browsing all 13545 articles
Browse latest View live