StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-10-2012, 06:53 PM
jjaycallejas jjaycallejas is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2011
Posts: 154
Default CSS hierarchy

Hello,

I have a quick question. If you take a look here,

http://www.studio2055.com/dev/aero/?...hip=alan-barge

my divs don't seem nested. I'm trying to add some styles to .leadership-col-a, but it only seems like .leadership-col-a is only affecting .leadership-col-a-top? I'm slightly confused here. Any help would be appreciated.

Here's how I set up that specific section. Did I do something wrong?
PHP Code:

echo '<div class="leadership-col-a">';
        
            echo 
'<div class="leadership-col-a-top">';
                echo 
'<p>'_cpt_leadership_menu() . '</p>';
            echo 
'</div>';

            echo 
'<div class="leadership-col-a-left">';
                echo 
'<h1>'.get_the_title().'</h1>';
                
$leadership_title get_post_meta ($post->ID'_cmb_leadership_profile_title'true );
                if( !empty( 
$leadership_title ) ) echo "<h2>$leadership_title</h2>";

                
$leadership_biography get_post_meta ($post->ID'_cmb_leadership_profile_biography_info'true );
                if( !empty( 
$leadership_biography ) ) echo "<p>$leadership_biography</p>";
            echo 
'</div>';
            echo 
'<div class="leadership-col-a-right">';
                echo 
'<img>' the_post_thumbnail('leadership-full-image') . '</img>';
            echo 
'</div>';
        echo 
'</div>'
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Category Hierarchy safkow General Discussion 5 02-05-2010 11:58 AM
navigation bar page hierarchy css curious General Discussion 2 03-03-2009 07:39 AM
Hierarchy Order ajwmedia General Discussion 4 01-09-2009 08:25 PM


All times are GMT -5. The time now is 03:58 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.