-
AuthorPosts
-
March 26, 2020 at 6:07 am #1197940
Hello!
I am creating a menu of services with the catalogue element and am running into an issue with the price. Since the price varies by time length it is not functional to add it in the normal “pricing” field. I ended up just adding it underneath the description, but now I would like to make the width of the description have no padding on the right. I was trying to apply the code to just that one page (which I don’t know how to do) with the following code:.page-id-2646 .av-catalogue-content {
padding-right: 0px !important;
}It’s not working. It would be even more amazing if I could just apply it to the one catalogue section. The website that I’m having this issue on is: http://sht.7b5.myftpupload.com/portfolio-item/massages
Thank you!
SaraMarch 26, 2020 at 4:30 pm #1198088Hey 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
.page-id-2646 .av-catalogue-container.avia-builder-el-10 .av-catalogue-content { padding-right: 30px; }
If you need further assistance please let us know.
Best regards,
VictoriaMarch 29, 2020 at 12:00 am #1198732Adding that code did not work in either location.
March 29, 2020 at 4:40 pm #1198864Hi SaraMichelle,
Could you please attach some screenshots of the issue? Maybe I misunderstood you.
Best regards,
VictoriaMarch 30, 2020 at 10:02 pm #1199197Sure… The page is here https://sht.7b5.myftpupload.com/portfolio-item/massages/
and a screenshot here http://sht.7b5.myftpupload.com/wp-content/uploads/2020/03/Screen-Shot-2020-03-30-at-3.57.30-PM.png Basically the catalogue is beautiful and functional when you just need to list a price. A single small price.If you need to clarify the price at all (per pound/large/red) then it doesn’t fit. So my solution was to put those clarifying details in the body of the description.
Now I would like the description to go full width since that space is no longer being used up by price.
March 31, 2020 at 7:56 pm #1199503Hi SaraMichelle,
Thank you.
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 .avia-builder-el-7 .av-catalogue-content { padding-right: 0px; }
If you need further assistance please let us know.
Best regards,
VictoriaApril 2, 2020 at 8:00 pm #1200282This is so so perfect!! Thank you so much!!
April 2, 2020 at 9:43 pm #1200307Hi,
Glad Victoria could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit -
AuthorPosts
- The topic ‘Catalogue description width’ is closed to new replies.