Abyss

XF Style Abyss 2.2.10.0.0

Register & Get access to index

XenForo

Administrative
  • Thread starter
  • Admin
  • #6
XenForo updated [TH] Abyss with a new update entry:

Version 2.2.4.0.0 Released

Changelog:
  • XenForo 2.2.4 compatibility
  • Added a feature that wraps the nav phrase in span for additional design options with the sidebar navigation
  • Fixed an issue on Legend that caused the login phrase to not be viewable on mobile
  • Fixed an issue that caused meta titles to not work properly
  • Fixed an issue with the overlay blur effect that caused page width issues on mobile when modals are opened
  • Fixed an issue with the Fab button which caused it to show above...

Read the rest of this update entry...
 

duppy

XF-Fan
Loyal Member
I'll check it out. I did manage to find the area that had the issue. It was in xenith.less. Anyway, I shall go try this updated version out now.

Thanks for all you do .

Regards,

Duppy
 

duppy

XF-Fan
Loyal Member
I am using Ultimate Custom Nodes 2.0.7.2

The updated theme does the same thing for me. I can work around it by adjusting the left width in the xenith.less stylesheet.

CSS:
.node-body {
    position: relative;

    &:before {
        content: '';
        position: absolute;
        left: 109px;
        bottom: 0;
        top: 0;
        width: 1px;
        background-color: @xf-borderColor;
    }
}
 

XenForo

Administrative
I am using Ultimate Custom Nodes 2.0.7.2
It need a little manual change in one file.
Please go to styles > appearance > your style templates > ultimatecustoms and find
Code:
background-size: 33.3333333333em;
 
  • Tags
    abyss 2.2.10.0.0 abyss 2.2.8.1.0 abyss 2.2.9.0.0
  • Back
    Top Bottom