Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #510709

    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

    #510794

    Hey Noy!

    Surround your code with this.

    @media screen and (min-width: 767px) {
    
    }

    Regards,
    Elliott

    #510832

    Thanks Elliott,
    and what about the header?
    can you help with this one too?

    Noy

    #510833

    by the way, where should I put the code?
    there is no place at the facebook like box widget to put it.

    #510843

    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?

    #510872

    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

    #510877

    yes!

    Have a great day!

    #511117

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘facebook like box width border+ header disappear on mobile’ is closed to new replies.