Craig
Active member
I got this far,Style properties header and navigation ->
Templates-> ad_header![]()
<li><a href="Doomsday Prepper Forums"><i class="fa fa-facebook"></i></a></li>
But it doesn't seem to be working.
I got this far,Style properties header and navigation ->
Templates-> ad_header![]()
I got this far,
<li><a href="Doomsday Prepper Forums"><i class="fa fa-facebook"></i></a></li>
But it doesn't seem to be working.
Yes, all is working now. Thanks for the help!!!Looking at your site the link looks like it's working.
What is the best way to place the sidebar to the left side? Right now its on the right
#XenForo .mainContainer
{
float: right;
margin-left: -{xen:calc '@sidebar.width + 10'}px;
margin-right: 0px;
width: 100%;
}
#XenForo .mainContent
{
margin-left: {xen:calc '@sidebar.width + 10'}px;
margin-right: 0px;
}
#XenForo .sidebar
{
float: left;
}
Try something like this:
Code:#XenForo .mainContainer { float: right; margin-left: -{xen:calc '@sidebar.width + 10'}px; margin-right: 0px; width: 100%; } #XenForo .mainContent { margin-left: {xen:calc '@sidebar.width + 10'}px; margin-right: 0px; } #XenForo .sidebar { float: left; }
In EXTRA.CSS
Thats working for me. Thank you!
@media (min-width:@maxResponsiveWideWidth)
{
#XenForo .mainContainer
{
float: right;
margin-left: -{xen:calc '@sidebar.width + 10'}px;
margin-right: 0px;
width: 100%;
}
#XenForo .mainContent
{
margin-left: {xen:calc '@sidebar.width + 10'}px;
margin-right: 0px;
}
#XenForo .sidebar
{
float: left;
}
}
Thanks. Could you give me your opinion on this please? I have my style setup as Flat Awesome as the parent and a child theme of Flat Awesome. Whenever I upgrade the Flat Awesome theme it never upgrades the child theme along with it for some reason. Whenever I try to upgrade the child theme itself it completely wipes out all of my customizations. This has happened at least 3 versions in a row now and I cannot for the life of me figure out why its doing that.The beta should work fine, won't be updating until stable release.
Child, always. Parent is left as default. The only reason I bring it up is that it just happened again when I updated from 1.4.8 to 1.5 beta 1. Overwrote the parent and child didn't update.Are you putting your changes into the child or the parent?
Any changes done in the child should preserve when you import and overwrite the parent for the most part.
Parent theme Flat awesome version listed as 1.5.0 beta 1. Child theme listed as version 1.4.8.By the child didn't update what do you mean by that
The latter. I actually just redid it again since it got screwed up. Not exactly a pressing issue but I figured I'd get your take on it since you were here.Did you by chance import flat awesome directly as a child or did you go in and create a new style as a child of the parent flat awesome?
Not that I know of. It's good now since I redid it. We'll see how things go with the 1.5 final.last question I'll leave you with as I'm taking off:
Is the version number customized on the child style? If so it would not update when you import the new flat awesome.
Side note I'm not sure if I did the version number on the beta xml I sent out to be honest. Anywho I can take a closer look tomorrow if you'd like
We use essential cookies to make this site work, and optional cookies to enhance your experience.