Hi evopanop,
Try changing the code I gave you with this code:
@media only screen and (min-width: 960px) {
.logo.bg-logo,
#menu-main-menu {
position: relative !important;
left: 50% !important;
}
.logo.bg-logo {
margin-left: -140px !important;
}
#menu-main-menu {
margin-left: -175px !important;
}
}
The !important I have added ensures that the css code won't be overwritten with other styles. For these items, "Featured Products, Recent Collections, Recent Blog Entires, and Logos" , inside your WP Dashboard, go to Replete > Template Builder > Frontpage. You can see the frontpage elements there, just remove it. :)
Regards,
Ismael