Replies: 0
Apologies in advance – I’m sure you’ve answered this before – but finding something that works (theme: WPAstra) is proving difficult (also the WP search here is returning MANY index pages, instead of the actual tickets).
Once I could have sorted this, but damn I’m rusty.
So, the below is working in latest Chrome – white shadow, smaller logo.
Wondering if you could point me to cross-browser safe code + reducing padding/height of the sticky?
Custom sticky class: .ast-container
#mysticky-nav .ast-container.myfixed .site-logo-img .custom-logo-link img {max-width: 118px;} !important;
#mysticky-nav.wrapfixed { -webkit-box-shadow: 0 1px 2px 0px rgba(255,255,255,0.59); -moz-box-shadow: 0 1px 2px 0px rgba(255,255,255,0.59); box-shadow: 0 1px 2px 0px rgba(255,255,255,0.59); }