I need to hidden the social media icons in mobile

Hello
How can I hidden the social media icons in mobile version , because I didn’t like it in mobile but in website is great and appropriate
my website : https://ba9mah-team.com

Hello there,

I hope you are doing well today.

It seems that you are using the fuse social links plugin for the social media buttons so you need to check the plugin settings to see if there is an option to remove them from the mobile version of the website.

Best Regards,
Support

yes , I changed the plugin settings thank you

I have another problem I added video in Jumbotron Section but the buttons in center place. so,how can I change the place of these buttons to bottom??
Also,What dimensions (height and width, in pixels)would be best for a video for the Jumbotron Section?
And the voice of video does not work why?
my website: https://ba9mah-team.com

Hello there,

I hope you are doing well today.

You can use the following CSS code to move the buttons lower by going to Appearance > Customize > Additional CSS and pasting it there.


/*Move buttons*/
@media (min-width: 768px)
.col-sm-offset-2 {
    top: 305px;
}

As for the dimension, you need to use one greater than 1080x720 but the video would not have any audio is this setup.

Best Regards,
Support

Ok , thank you
So, I added video by video player plugin but the space between Jumbotron Section and About Section is increased
how I can decrease this space??

Hello there,

This CSS can help to reduce the bottom padding:


#header .bottom-header {
    padding-bottom: 20px;
}

Best Regards,
Support

Thank you ,it’s worked

Hello there,

Great! Let us know if there’s anything else we can assist you with.

Best regards,
Support.