Hello!
I started a thread which is here:
https://kriesi.at/support/topic/catalogue-description-width/
For some reason the solution that was working:
/* Massage price listing description width */
#top #main .avia-builder-el-7 .av-catalogue-content {
padding-right: 0px !important;
}
Isn’t working any longer. Is there any way you can look into it?
Sara
Just waiting for a reply on this… including my login info incase that helps expedite the process! Thank you!
Hi SaraMichelle,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #main #after_section_2 .av-catalogue-content {
padding-right: 0px;
}
The code did not work because the element class on the page changed as you moved the website or made some changes on the page.
If you need further assistance please let us know.
Best regards,
Victoria
That did work, but I was hoping to only have the full-width descriptions on that one page. Is that possible?
Thank you!!
Hi,
Adjust the css to this:
.postid-363 #main #after_section_2 .av-catalogue-content {
padding-right: 0px;
}
Best regards,
Jordan Shannon
YOU GUYS ARE AMAZING!!! Thank you so much!
Hi SaraMichelle,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria