Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Problem in page bar and footer (http://forum.bytesforall.com/showthread.php?t=17449)

ave_252 Apr 30, 2012 07:04 AM

[SOLVED] Problem in page bar and footer
 
Hello all,

first of all i want to say that Atahualpa is the best theme for WP, good job

But unfortunately, i have some problems I can't solve and I'd appreciate some help:

1.- If I put the page bar with left or right align (%pages / %page-right) , it is shown nice, but if I use %page-center, the background becomes transparents. Two pics to show it:

http://i49.tinypic.com/23r3lhz.jpg

http://i47.tinypic.com/x4qlo4.jpg

How can I fix this?

2.- How can I set only one border style to this bar? The "Border around all menu items" option only allows modify the 4 borders at same time but I want to have only right and left borders shown. How can I make it?

3.- I want to separate the footer from the rest of the body, but modifiying the templates I make nothing. Any suggestion?

http://i47.tinypic.com/dpibk4.jpg

http://i49.tinypic.com/2hs6xwy.jpg

Thanks so much for the replies!!!

lmilesw Apr 30, 2012 09:19 AM

What you want to do just means targeting the proper selectors and apply the proper CSS in the CSS Inserts box. I use Firebug to determine the selectors. If I had a link to your site I could give you an example.

ave_252 Apr 30, 2012 09:44 AM

Hello lmilesw,

Unfortunately I'm working at localhost, so I can't give you a link. But I have others websites using Atahualpa, so maybe you can give me that examples using this site:

http://www.ciudadrealairport.es/

Thanks!

lmilesw Apr 30, 2012 10:52 AM

An example of what you might use to style the top border of a left aligned menu would be.
HTML Code:

#rmenu2 {
    border-top: 1px solid black !important;
}

Or if you wanted to target each individual menu item it would be
HTML Code:

#rmenu2 li{
    border-top: 1px solid black !important;
}

The !important is necessary to override the the built in styling.

ave_252 May 2, 2012 05:58 AM

thanks so much for the reply. It worked! ;)


All times are GMT -6. The time now is 03:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.