nickwinters
-
Slight overflow problem
@JoshBlackwood Sure enough! That did the trick; man I love this forum. Thanks for all the help guys. Really appreciate it.
-
Slight overflow problem
After looking at this more in depth. It's actually the following that's causing the issue: media="screen" custom.css:48@media (max-width: 767px) .bottom, .maincontent, .single-page, .pagecontent, .showcase { padding-right: 15px;…
-
Slight overflow problem
Hmm, well thanks guys. I'll just take your word for it. Maybe I need to update something on my browser? Who knows.
-
Slight overflow problem
@ChrisP Hmmm, Yeah I added html {overflow-x: hidden;} body{overflow-x: hidden;} However, it's still showing me overflow in Chrome: http://cl.ly/image/0x1g0w3L2C3l I've even cleared cache and cookies and restarted my browser. Works fine i…
-
Slight overflow problem
@ChrisP already tried overflow-x: hidden for both html, and body. Doesn't seem to work for me. The issue is with my pseudo elements .bottom::before and .bottom::after. They both have 100% widths and I think that's what's causing it. …
-
Slight overflow problem
Ah, I'm on to something. It has to do with my pseudo elements having 100% width. Need to figure out how to have full width, but not force overflow.
-
Wordpress "Leave a Comment" Anchor Point
I believe I've found a work-around. I just opened up my theme's single.php file and added the id #respond further up the page and now things seem to display better.
-
Wordpress "Leave a Comment" Anchor Point
I think this might have something to do with the fact that I'm utilizing the Jetpack pluggin which has altered the commenting system. Looking into that now. Any recommendations would be greatly appreciated.
-
Override H1
Thanks Doc. That was it. Such a stupid ##mistake.
-
Panel Style Website
Awesome! Thank you. That sounds simpler than I thought.
-
Menu Split by Logo
Thanks for the feedback @chrisburton! Sadly, I kind of have to worry about IE8 still. The type of traffic my sites get in the IE department seems to be 40-60% IE8. I think it has something to do with the audience demographic in my area. Age group of…
-
Menu Split by Logo
Ah never mind, that article appears to have a jquery fallback for IE, hah.
-
Menu Split by Logo
Nice! Yeah, I read about the nth-child selector option, but read something not too long ago that explained how it wasn't that widely supported yet. So, I'm thing to figure out what the best option would be. I'd like to just have one m…
-
Menu Split by Logo
Thanks guys! I will do a little more exploring with the suggestions you've made.
-
Website Traffic: Foreign Referral URLs
poisk-zakona.ru youbeauti.com fotolink.su tigerfist.ru packminecraft.ru To name some of them. These sites have nothing to do with the type of website I designed; which is confusing.
-
Pixelated Header Fonts in Internet Explorer
I hate IE so much. Everything looks like garbage in that browser. Thanks for the help all.
-
Pixelated Header Fonts in Internet Explorer
I believe I fixed it. Had to go to my IE specific style sheets and add: text-shadow: none; filter: none; . Didn't think filter was necessary, but apparently that did the trick.
-
Fullscreen Background Image Rotator
Thank you for all the feedback everyone! I'll give it a look.
-
Fullscreen Background Image Rotator
Thanks for the reply. Do you have a recommendation on a slider that would be easy to use?