Select Page

In this tutorial, you will learn how to setup the monarch plugin and tweak the inline style position. This plugin is powered by Elegant Themes and you need to have a subscription which can be paid one time if you want to access this.

If You Choose Inline Style In Divi Monarch

If you like the design I have mentioned in the YouTube video below then simply paste the code in the Monarch General Settings to achieve the side by side alignment.

@media(min-width:1080px) { 

.et_monarch .et_social_networks { 
width: 200px; display: inline-block; position: absolute; right: 0; top: -5rem;
 }} 

@media(max-width:999px) { 
.et_monarch .et_social_networks .et_social_icons_container { 
display: flex!important; width: auto!important; } 

.et_monarch .et_social_networks li, .et_monarch .et_social_mobile .et_social_networks li {
margin: 0!important;
} }

Note: I will update this article once their’s a new request from the client.