Abyss

Abyss [Paid] 2.3.6.0.0

No permission to buy ($59.50)
Hello,
Is it possible to disable the submenus in the header because I added them to the navigation sidebar

desactive.webp
 
Hello, I have a small problem displaying titles under Theme House Abyss, the navigation titles in the grid are not displayed in full.

Do you have any idea how to make a correction so that they can be displayed in full.

Thanks in advance

Here is what is added in the EXTRA.LESS TEMPLATE

@media (min-width: 1200px) {
body[data-template="category_view"] .thNodes__nodeList .block-container .block-body { grid-template-columns: 1fr 1fr; }
}

.block-container .node.th_node--hasBackgroundImage .node-body {
background-position: right;
}

71FNz4N.png
 
That's actually operating as-expected; The breadcrumbs are designed to keep things shortened so they aren't too long.

The code you shared actually doesn't have anything to do with that, but if you want to extend the max width of the breadcrumbs (just FYI, not something we'd recommend), you can add this to extra.less:

.p-breadcrumbs>li a { max-width: 600px; }
 
Thanks Will, it's not that it really bothers me but I have a member who finds that it doesn't suit him and frankly I don't feel like arguing with him anymore.
 
Back
Top Bottom