Reply To: CSS in Sections

Home Forums Support CSS in Sections Reply To: CSS in Sections

Home Forums Support CSS in Sections Reply To: CSS in Sections

#229596
Tom
Lead Developer
Lead Developer

Ah, give your links a class, then do something like this:

.generate-sections-inside-container {
    position: relative;
}

.my-link-class {
    position: absolute;
    bottom: 100px;
}