Sorry about my english!
As a larger site the width border expands.
Only the border and not the entire box.
+
the header dont show up at all on front page mobile.
I use the code – #top .header_color.av_header_transparency, #top .header_color.av_header_transparency .phone-info.with_nav span {
display: none;
}
to make the header pops only when scroll down (and it works great) but on mobile front page the header doesn’t appear at all.
thanks,
Noy
Hey Noy!
Surround your code with this.
@media screen and (min-width: 767px) {
}
Regards,
Elliott
Thanks Elliott,
and what about the header?
can you help with this one too?
Noy
by the way, where should I put the code?
there is no place at the facebook like box widget to put it.
ohh my bad! I thought you’re talking about the widget.
ok so now the header is great, can you help me with the facebook like box?
Hey!
I think what your wanting to do with the facebook widget is this CSS.
.av_facebook_widget_wrap {
background: transparent !important;
border: 0px !important;
}
If not then go ahead and take a screenshot and highlight your intentions so we can get a better idea.
Cheers!
Elliott
yes!
Have a great day!