Hi team,
I am working on a custom static homepage for my website, but ran into an issue with some of the parent DIVs that come with the standard templates, see link in private content
I would like my DIVs to extend to the top and bottom of the remaining viewport, but even with the right HTML, I get stuck within the bounds of what I think are:
div.entry-content-wrapper.clearfix
main.template-page.content.av-content-full.alpha.units
div.container
Is there a way to circumvent this?
Sorry just to add to this, it seems like using css transition/transforms also does not work when writing raw html in a page?
Hey!
Can you post a screenshot/mockup of what would you want to achieve? you can use the following code to remove the container horizontal paddings on that page:
.page-id-3965 .container {
padding: 0;
}
Best regards,
Josue
The visual is similar to an output of the software we have developed, we would like to try to get the homepage to mimic that output but work as a static homepage menu. The rest of the site will operate under the standard Enfold.
Seems you achieved the wanted result using the blank template, let us know if you need further help.
Best regards,
Josue