really not sure man, you may wait for one of the pros to a look. You could try removing this to see does it fix it.
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
really not sure man, you may wait for one of the pros to a look. You could try removing this to see does it fix it.
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
Diversify with Shareasale & if your a developer its the place to Sell your Stuff.
Awesome Wordpress themes & html templates from $20 - $50 | Premium plugins & useful scripts form $5
Yeah no luck on that either. Thanks for your help though, much appreciated.
This has been annoying me, one last thing you could try is add overflow: hidden; to the above div, if that makes any difference add it to the divs that are showing.
Diversify with Shareasale & if your a developer its the place to Sell your Stuff.
Awesome Wordpress themes & html templates from $20 - $50 | Premium plugins & useful scripts form $5
Added it to the div css so that it looks like this:
.aligncenter,
div.aligncenter {
overflow: hidden;
margin-left: auto;
margin-right: auto;
}
Still no luck. Also the <a href> tags also show through the pop up.
This is a z-index issue. It looks like you've disabled whatever plugin you were using, so I can't be certain, but 999 times out of a 1,000 when you are using javascript and your "layers" are messed up, it's a simple z-index issue.
EDIT: Ok, just looked at your main css file and there are about 12 or so z-index declarations (12001, 12002, etc). You either need to: a) get rid of the z-indexs in your main css file or b) edit the plugin's css file to make the z-index number anything higher.
Thanks Mike! I hope a bunch of: z-index: 1001; posted everywhere in my css file isn't going to have any long term negative effects
That did do the fix though. I wanted to just change the z-index in the plugin but there wasn't one listed and I had no idea where to put it. My css experience is very limited.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks