How to Reference Page Template in CSS
-
I just can’t figure this out. I want to add some CSS code that ONLY applies to pages where I have designated to use the “Full Width Layout” in Astra Pro… I want to get rid of some extra container padding and add some breadcrumb padding that is showing incorrectly when I choose “Full Width Layout”
How can I adjust the following to add a parent class that ONLY references pages using the “full width” layout setting in Astra?
.site-content .ast-container {
padding: 0!important;
}
div.ast-breadcrumbs-wrapper {
padding: 0 20px 0 20px!important;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘How to Reference Page Template in CSS’ is closed to new replies.
