- This topic is empty.
-
AuthorPosts
-
January 28, 2013 at 2:00 pm #42320
Crssp
ParticipantWhat makes the bullets not show up in the first column in this wordpress theme.
In either a three column or two column layout, the first column shows no bullets?
hoping the URL redirect works here.
The first column of services shows no bullets, at least for me?
http://crssp.com/i/bullets-gone-berserkAny ideas?
thanks,
Crssp-tyJanuary 28, 2013 at 2:05 pm #122623TheDoc
MemberYour `overflow: hidden;` on `.page-content` is what’s causing them to disappear.
Instead of using overflow hidden to clear floats, I prefer using the clearfix class method: http://nicolasgallagher.com/micro-clearfix-hack/
January 28, 2013 at 2:43 pm #122629wolfcry911
ParticipantOr, you could restore the default margin or padding that you stripped off of all ul
.one_third ul {
margin-left: 20px;
}January 28, 2013 at 2:55 pm #122631Crssp
ParticipantWorking with a theme, I still don’t see what you mean where to apply the CF class?
Can overflow hidden be removed somehow if that is the problem.Not really understanding the problem here, but I hate to use hack code.
Tried several things, applying the cf class to the structure items, guess I don’t get it.January 28, 2013 at 2:56 pm #122632Crssp
ParticipantThanks wolfcry911, our comments crossed the wires, taking a look at that now.
I’m at the mercy of the theme designer on this one…
Not having coded it from scratch.January 28, 2013 at 3:00 pm #122634Crssp
ParticipantThanks all!
January 28, 2013 at 3:03 pm #122635wolfcry911
Participantright, when I state ‘you’, I don’t necessarily mean you personally, but whomever created the site’s stylesheet… The reset strips the default left margin or left padding that lists typically use to indent (and show the bullets). Doc’s suggestion works as well.
I think it boils down to whether you want the bullets to lie outside the pages’ left margin or be contained within
January 28, 2013 at 3:12 pm #122636Crssp
ParticipantActually I think that collapsed one of the three column div’s top example. still issues :/
January 28, 2013 at 3:29 pm #122642wolfcry911
Participant.page-content-container ul {
margin-left: 20px;
}this will place a left margin on all the lists used within the page content container – their bullets will fall inside the page and won’t hang out into the left margin
January 29, 2013 at 12:22 pm #122743wolfcry911
ParticipantLooks okay to me in IE7, 8, and 9
February 14, 2013 at 4:36 pm #124625TheDoc
MemberIn short: you get what you pay for.
It really is true, especially when it comes to WordPress themes.
I only see one video on the home page. Where is it supposed to be showing?
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.