Hi Bob,
I am trying to remove the sectionMain container.. the Flexile theme has this option
Could you help me with this? Which template should i edit..
I am trying to remove the sectionMain container.. the Flexile theme has this option
i was trying to do this through css edit.. but i could not find it in any of NFLJ css files... looks like it is inherited from somemwhere..<xen:if is="@8wayRunSupport">
/* FLEXILE > PORTAL > GENERAL SETTINGS */
.EWRporta_Portal .mainContainer { margin-bottom: 0px; }
.EWRporta_Portal .centerShift { margin-left: {xen:calc '@sidebar.width + 15'}px !important; }
.EWRporta_Portal .section:first-child { margin: 0px auto 15px !important; }
/* FLEXILE > PORTAL > RECENT NEWS */
#recentNews .recentNews.sectionMain
{
background-color: transparent;
border: 0px;
border-radius: 0px;
box-shadow: none;
-khtml-box-shadow: none;
padding: 0px;
}
Could you help me with this? Which template should i edit..