Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
@media (max-width:@maxResponsiveNarrowWidth) { .Response #moderatorBar { height: auto; } }
Thank you @Russ I got it working finally with a lot of template changes, here's what I have done:
One more question though, is there anyway you can add width toggle feature to XenBase?
- Changed all mod bar links to font awesome icons instead of text if there's any.
- Reduced the left and right padding on the Narrow view.
Thanks again for trying to help and sorry for any disturbance.
We have some code for the toggle width we've produced however we're still working on one last bug with it... good ole Chrome is doing some flickering with the width that I can't seem to manage to debug (haven't had too much time).
Assuming you follow the style install instructions upgrading is typically easy.
Setup should be as followed:
- XenBase (very first style you install
- Core or whatever style you purchase from us (as a child of XenBase
- Create a new style calling it whatever, like "My Style"
Then ALL of your edits go inside "My Style", when upgrading XenBase and the purchased style your edits should preserve through the upgrade.
You should never really touch XenBase or the purchase style though, only the Child style. That's what I refer too when I say:
"Then ALL of your edits go inside My Style"
What colors are you adding to XenBase? Anything inside XenBase is inside the child style the only difference is the edits you do in the child style stay.
If you edit the color palette in XenBase directly, and not your child style then yes upgrading would overwrite all changes made directly to the XenBase style.
Add them into your child style, with dev mode enabled you can create style properties on any level of style I believe.