Body width
.content-sidebar-wrap,
.wrap {
width: 90%;
max-width: 1280px;
padding-left: 0;
padding-right: 0;
}
Content & Sidebar width
.sidebar-primary {
width: 25%;
}
.sidebar-content .content,
.content-sidebar .content {
width: calc(75% - 4rem);
}
Title with Featured image as background
.page-header {
color: #fff!important;
text-align:center!important;
}
.page-header:before {
background-color: rgba(0, 0, 0, 0.4)!important;
}
SiteOrigin widget background transparent (for Homepage)
.widget_siteorigin-panels-builder .widget {
background-color: transparent!important;
}
Sidebar Navigation/Menu
#menu-right-menu {
display: inline-block!important;
margin-top: 10px;
}
#menu-right-menu li {
display: block!important;
border-bottom:1px solid #f0f1f2;
padding-bottom: 20px;
margin-bottom: 20px;
}
#menu-right-menu li a {
padding: 0px!important;
}
#menu-right-menu li a::before {
font-family: FontAwesome;
content:"\f105";
padding-right:6px;
font-weight:300;
}
----