• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

How to remove the container? (SectionMain)

3rd angle

Member
Showcase
Hi Bob,

I am trying to remove the sectionMain container.. the Flexile theme has this option
<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;
}
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..

Could you help me with this? Which template should i edit..
 
sectionMain is a core xenforo class. Any modification to that class would be handled in core xenforo CSS

I do use that class in a lot of my templates (as is designed to do). If you want to remove it, you will need to edit templates (not CSS files) and remove the class from any div's that are using that class.
 
Back
Top