Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   Page title location above left column? (http://forum.bytesforall.com/showthread.php?t=17530)

IslandJewel May 11, 2012 12:04 PM

Page title location above left column?
 
Hi all,
I haven't been able to find this anywhere...
Is it possible to put the page title between the bottom of the header and the start of the columns?
This page has exactly the look I want http://www.goldtouch.ca/site/about/ but this page http://www.goldtouch.ca/site/services/detailing/ has (and needs) the left column so it's shifting the center column, including the title to the right. Is there a way to have the look of the About page with both left and center columns like the Detailing and other services page?
ATA 3.7.6 Wordpress 3.3.2

juggledad May 11, 2012 01:16 PM

one way you might do this is to put a widget area at the bottom of the Configure Header Area options (wrap it in a div) then add some CSS like
HTML Code:

#my_page_title {border: solid 1px red; height: 40px;}
div.post-headline {
    left: -162px;
    position: relative;
    top: -68px;
}

you may want to add a test to the widget area so it ony shows on a 'Page'page and not a single post page. and you'll have to play with the positioning and check it out in different browsers and such.

IslandJewel May 11, 2012 02:45 PM

If I do that then in that widget area how can I get it to display the current page title, specifically the custom "body title single page" set in the ATA Page Options?
If I can do that with a widget then maybe a text widget at the top of the left column would be an easier idea since it would then only show up when the left column is showing?

juggledad May 11, 2012 02:52 PM

the widget area is just to create the space, the other css moves the title to that space.
try both ways, mine was only one idea of how you could do it.


All times are GMT -6. The time now is 05:22 PM.

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