PenciDesign replied
Hi,
1/ Ahh, that's not main navigation - that's social media on Mobile Vertical Nav. Please check option for hide it via Customize > Logo and Header Options > Disable Social Icons on Vertical Mobile Nav
2/ Please add more this code to Customize > Custom CSS to do that:
@media only screen and (min-width: 768px){
.container.penci_sidebar .penci-grid > li.list-post{ position: relative; }
.penci-grid li.list-post .item .content-list-right{ position: absolute; left: 0; top: 50%; transform: translateY(calc(-50% - 30px)); -webkit-transform: translateY(calc(-50% - 30px)); }
}
Best Regards,
PenciDesign