Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1251847

    Dear Enfold Team,

    I would like to get rid of the space that the social media bar uses when using a mobile device, however only the menu icons disappear, but the space it uses remains there. How could I accomplish this?
    Please find the respective picture and link attached as private content of this post.

    Thanks for your help,

    #1251979

    Hey arockmez,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    #header_meta{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

    #1252041

    Hi Jordan,

    It worked like a charm.

    Thanks for your help :)

    #1252098

    Hi arockmez,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.