Flexile

Flexile 1.1.5.1

No permission to download
Status
Not open for further replies.
I see the light! Thank you Erik. I believe I understand the process now. Peggy, I hope you can join me on the bright side :cool:
 
Hey Erik (or anyone), I'm needing to push my logo down just a bit, but am unable to find where to do this at? I don't want to increase header height, it's just right. Simply want to move the logo down by maybe 5 px, to be even with the twitter bird to the right.

I've looked in the header css, and in the style properties, but unable to find this. I would be most grateful for any help.
Thanks!
 
That's what I did for mine - increased the canvas size of the image.
That will increase the overall height of your header though.

Looks to be about 7 pixels to me.
 
Add this to EXTRA.css (assuming you want a 7px bump):
Code:
#logo {
	height: 73px; /* 80px (default) - 7px */
	margin-top: 7px;
}
 
I would have done that, but I don't want to increase the header height.
But the problem you have now is your navigation tab is overlapping your logo.
Unless you increase the overall header height, there's no way around this.

Unless I'm mistaken, that css edit to add margin-top has also increased the header height.

The only way to resolve it is to reduce the height of your logo.
 
But the problem you have now is your navigation tab is overlapping your logo.
Unless you increase the overall header height, there's no way around this.
Yeah I guess I'm going to have to increase it by a px or 2. :(
 
Awesome, these will be included in the next update.
Okay... all brand new CSS for my mods... There are some significant changes I made so that the portal code will also support my new blogs code. this is the ENTIRE "@8WayRunSupport" section...
Code:
<xen:if is="@8wayRunSupport">

.EWRatendo_Monthly .breadBoxBottom,
.EWRatendo_Weekly .breadBoxBottom,
.EWRdiario_Blogs .breadBoxBottom,
.EWRcarta_PageArchive .breadBoxBottom,
.EWRcarta_PageView .breadBoxBottom,
.EWRcarta_PageNull .breadBoxBottom,
.EWRmedio_Categories .breadBoxBottom,
.EWRmedio_CategoryView .breadBoxBottom,
.EWRmedio_KeywordView .breadBoxBottom,
.EWRmedio_Media .breadBoxBottom,
.EWRmedio_MediaView .breadBoxBottom,
.EWRmedio_Playlists .breadBoxBottom,
.EWRmedio_PlaylistView .breadBoxBottom,
.EWRmedio_ServiceView .breadBoxBottom,
.EWRmedio_UserView .breadBoxBottom,
.EWRporta_Portal .breadBoxBottom {
    border: 1px solid @lightMonochrome;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0,0,0,.1);
    margin: 0;
    padding: 0;
}

.EWRatendo_Monthly .breadBoxBottom .breadcrumb,
.EWRatendo_Weekly .breadBoxBottom .breadcrumb,
.EWRdiario_Blogs .breadBoxBottom .breadcrumb,
.EWRcarta_PageArchive .breadBoxBottom .breadcrumb,
.EWRcarta_PageView .breadBoxBottom .breadcrumb,
.EWRcarta_PageNull .breadBoxBottom .breadcrumb,
.EWRmedio_Categories .breadBoxBottom .breadcrumb,
.EWRmedio_CategoryView .breadBoxBottom .breadcrumb,
.EWRmedio_KeywordView .breadBoxBottom .breadcrumb,
.EWRmedio_Media .breadBoxBottom .breadcrumb,
.EWRmedio_MediaView .breadBoxBottom .breadcrumb,
.EWRmedio_Playlists .breadBoxBottom .breadcrumb,
.EWRmedio_PlaylistView .breadBoxBottom .breadcrumb,
.EWRmedio_ServiceView .breadBoxBottom .breadcrumb,
.EWRmedio_UserView .breadBoxBottom .breadcrumb,
.EWRporta_Portal .breadBoxBottom .breadcrumb {
    border-radius: 6px;
    border: none;
}

#content.EWRatendo_Monthly .pageContent,
#content.EWRatendo_Weekly .pageContent,
#content.EWRdiario_Blogs .pageContent,
#content.EWRcarta_PageArchive .pageContent,
#content.EWRcarta_PageView .pageContent,
#content.EWRcarta_PageNull .pageContent,
#content.EWRmedio_Categories .pageContent,
#content.EWRmedio_CategoryView .pageContent,
#content.EWRmedio_KeywordView .pageContent,
#content.EWRmedio_Media .pageContent,
#content.EWRmedio_MediaView .pageContent,
#content.EWRmedio_Playlists .pageContent,
#content.EWRmedio_PlaylistView .pageContent,
#content.EWRmedio_ServiceView .pageContent,
#content.EWRmedio_UserView .pageContent,
#content.EWRporta_Portal .pageContent {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* SPECIAL THANKS TO JAXEL FOR THE FOLLOWING CSS */

/* FLEXILE > GENERAL SETTINGS */
    .EWRporta_Portal .mainContainer { margin-bottom: 10px; }
    .EWRdiario_Blogs .centerShift,
    .EWRporta_Portal .centerShift
    {
        margin-left: {xen:calc '@sidebar.width + 15'}px !important;
    }
    .EWRdiario_Blogs .section:first-child,
    .EWRporta_Portal .section:first-child
    {
        margin: 0px auto 15px !important;
    }

/* FLEXILE > MESSAGE CONTENT SETTINGS */
    #recentBlogs .recentBlogs.sectionMain,
    #recentNews .recentNews.sectionMain
    {
        background-color: transparent;
        border: 0px;
        border-radius: 0px;
        box-shadow: none;
        -khtml-box-shadow: none;
        padding: 0px;
    }
    #recentBlogs .recentBlogs .sectionFooter,
    #recentNews .recentNews .sectionFooter
    {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        margin: 10px -15px -16px !important;
    }
    #recentBlogs .recentBlogs .subHeading,
    #recentNews .recentNews .subHeading,
    #recentThreads .sectionHeaders
    {
        border: 0px;
        {xen:property 'sidebarBlockHeading'}
    }
    #recentBlogs .recentBlogs .subHeading a,
    #recentNews .recentNews .subHeading a,
    #recentThreads .sectionHeaders a
    {
        {xen:property 'sidebarBlockHeading.font'}
    }

/* FLEXILE > PORTAL > RECENT THREADS SETTINGS */
    #recentThreads.sectionMain { padding: 0px 0px 10px; }
    #recentThreads .sectionHeaders
    {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;
    }
    #recentThreads .sectionHeaders a span { padding: 0px 10px; }
    #recentThreads .sectionHeaders .lastPost { width: 160px; }
    #recentThreads ol.discussionListItems { margin: 0px 10px; }

/* FLEXILE > PORTAL > TWITTER SETTINGS */
    .EWRporta_Portal #twitter .twtr-widget { margin-top: -5px; }

/* FLEXILE > MEDIA > TAG CLOUD SETTINGS */
    .mediaCloud #keywordCloud { margin: -30px -15px -30px !important; }
    .mediaCloud #textCloud { margin: 40px 15px 30px !important; }

</xen:if>
 
Ok, let me know when you're going to release the products that require this and I'll release an update for Flexile and Flexile Dark. :)
 
Erik, how would I fix this?

The problem is in the fact that you could potentially go Forum Name > Subforum > More Subforum > More of this > Title, and it becomes too long. This is where the problems are.

http://www.mk3dsforum.com/threads/c...ig-with-the-help-of-the-xenforo-community.83/

My edits should not have been the cause, as mine were minor and didn't change that area. I also use all of your Flexile themes so it's prevalent in all of them.
 

Attachments

  • howtofix.webp
    howtofix.webp
    43.3 KB · Views: 5
Erik, how would I fix this?

The problem is in the fact that you could potentially go Forum Name > Subforum > More Subforum > More of this > Title, and it becomes too long. This is where the problems are.

http://www.mk3dsforum.com/threads/c...ig-with-the-help-of-the-xenforo-community.83/

My edits should not have been the cause, as mine were minor and didn't change that area. I also use all of your Flexile themes so it's prevalent in all of them.
Could you maybe make another testing subforum to make the title string even longer? Without the promote button there it doesn't wrap down and so it's hard to diagnose exactly what's going on. :)

I'm pretty sure this occurs on the default style too. I'm not sure if they fixed it or not. I'll see what I can do. :)

EDIT: Also you may want to change the text under Flexile > Style > Flexile Style Properties > User Bar Text String ;)
 
Could you maybe make another testing subforum to make the title string even longer? Without the promote button there it doesn't wrap down and so it's hard to diagnose exactly what's going on. :)

I'm pretty sure this occurs on the default style too. I'm not sure if they fixed it or not. I'll see what I can do. :)

EDIT: Also you may want to change the text under Flexile > Style > Flexile Style Properties > User Bar Text String ;)

I don't really mind the wrap-down. It's just if it does, would it be possible to move the ones wrapped down to the left?
 
Status
Not open for further replies.
Back
Top Bottom