Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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!
    Sara

    #1198088

    Hey 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,
    Victoria

    #1198732

    Adding that code did not work in either location.

    #1198864

    Hi SaraMichelle,

    Could you please attach some screenshots of the issue? Maybe I misunderstood you.

    Best regards,
    Victoria

    #1199197

    Sure… 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.

    #1199503

    Hi 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,
    Victoria

    #1200282

    This is so so perfect!! Thank you so much!!

    #1200307

    Hi,

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Catalogue description width’ is closed to new replies.