![]() |
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Quote:
What do you find wrong with it John? It looks fine in IE 6/7, FF 2/3 and Safari 3.1 (yes, all 5 of them) ![]() The only thing I see that could be fixed is a little overlapping being seen in IE7 around the comment form stuff. |
|
|||
|
When I included the full width page template in 1.0.2, I did it primarily to pacify users who had requested it. In hindsight, I should have gone ahead and made the thing span the entire width of the layout, but I chose not to do this because the line-heights would have been way too small for easy reading. *No* line of text should span that much width unless the font (and the resulting line-height) is big enough to justify it.
This is probably one of those cases where I'm too much of a perfectionist for my own good. In spite of this, Thesis 1.1 will usher in a new era where I should be able to control font sizes and line heights in more dynamic environments. |
|
|||
|
Quite welcome, to you & everyone else.
![]()
__________________
Rick Beckman, Kingdom Geek & Thesis Support Ninja (Forums Moderator) [ Thesis Manual | Help, my posts don't show up! ] Amazon Wishlist | My custom.css Get Thesis! | Earn Cash as a DIY Affiliate! |
|
|||
|
Sometimes there is a need for something to span the full width of the layout.
Here is an example. It's a framed real estate search. It looks AWFUL if it's restricted to the main column (of any template). I tired to minimize the text, but there were a couple of lines that needed to be there. I had to doink (that's the technical term) with the CSS and page template, but managed to get it to span across the full width. |
|
|||
|
I don't know how I missed this before when searching but this is without a doubt just awesome. I have been screwing around trying to get this done for weeks!
Thank you so much. Scott www.rogues-racing.com |
|
|||
|
I'm having a bit of a conundrum with this. I, like phoenixrealestateguy, have a real estate search I have to insert in the page via iframe. The difference is that my iframed search doesn't need to take up the full page but does require 80% of the page's width.
How would I add a single sidebar to sit directly on the right of the iframed page? I already have the sidebar set up to appear on the page but I don't know how to make it appear directly to the right of the search as opposed to its current location on the bottom of the page. Page with issue: Search Homes Now! Orange & Rockland County New York Real Estate Search | HouseMeetsOwner.com |
|
|||
|
I read through the entire thread and couldn't find a solution to my problem. I'm editing only the single.php. I borrowed the if statement from the rest of the file. I'm trying to use a php if statement to display the sidebars if the post is not a "Comic". Here's the code I tried to butcher together:
Code:
<?php if(function_exists('mycomic_navigator') && $comic=mycomic_is_comic($id)) ?> { }
else {
<?php thesis_get_sidebars(); ?>
}
?>
</div>
<?php get_footer(); ?>
Last edited by doctorfu : 09-12-2008 at 06:19 AM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|