HI,
I am giving your last solution to make it perfect .
1. Use code with class . I just added a class class=”social_mobile_menu” here .
<div class=”social_mobile_menu” style=”float: right; height: 21px; margin-top: 10px; margin-left: 11px;”><?php echo do_shortcode(“[social size=’small’ type=’facebook,pinterest’ style=’dark’]”);?></div>
2. In custom CSS
@media only screen and (max-width: 767px) {
div.social_mobile_menu{margin-right:125px;}
}
It will work and let me know your feedback .
Thanks