Reply To: Different Css Customizations
Post count: 3
kalu
April 30, 2015 at 1:24 pm
#11280
hi, time was running and I had to find solutions
I’ve tested codes and I solved some of my question.
by the way…
1) How do I remove the shadow from the mobile device?
I’ve used this code
1 2 3 4 5 |
.horizontalnav .topnavigation { background: none repeat scroll 0 0 white; box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0px rgba(0, 0, 0, 0); width: 99%; } |
2) It’s working perfectly
3) It’s working too
I’ve used this one insted
1 2 3 4 5 6 |
.portfoliowrapper { padding-top: 65px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; } |
4) Should i’ve to change/implement some php code? Any tips ?
5) Perfect (so easy!)
6) I’m using “portfolio list page”. I manage with this code:
1 2 3 |
.horizontalnav .filterfloat { display: none; } |
7) Solved yeas!
8) Php custom change?
thank you for your support
Kalu