Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1076043

    How can I decrease the edge in the page products?
    Siteweb is not visible because there is a direct, you can get in private content.

    Page is:
    https://www.esseti-srl.com/portfolio/

    What I need:
    https://drive.google.com/file/d/105W9EVIrWK_g7rXNdmBK9e04Gto-Ntn3/view?usp=sharing

    #1077086

    Maybe I didn’t explain in a perfect way my issue?

    #1077498

    Hi robertoKM,

    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 .grid-sort-container.isotope .no_margin.av_one_third {
        width: 27.3%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1077783

    Thanks Victoria, but I need the white space in the middle – left and right, now white space it’s all on the right, as you can see. Can it be solved?

    https://drive.google.com/file/d/1gBB5tyKHjiLhkMdhVHNcUvfgaYlwuJ70/view?usp=sharing

    • This reply was modified 5 years ago by robertoKM.
    #1078769

    It is possible?

    #1079336

    Hi,
    I took a look at your page and found that the block editor was giving some errors so I used the theme setting to disable it.
    I added this code into a code block to apply the css to center the element as an example, you can move it to your Quick CSS if you wish.

    <style>
    .grid-sort-container {
        margin-left: 11% !important; 
    }
    </style>

    Please feel free to adjust the margin to suit.

    Best regards,
    Mike

    #1079510

    Hi, thank for support, but when I see the products like mobile don’t work
    https://drive.google.com/file/d/17MSzHJcz9B42wMw3revItjjAF8hUI3kr/view?usp=sharing

    I tried to add in Quick CSS the code but nothing happen.

    .grid-sort-container {
    margin-left: 11% !important;
    }

    #1079634

    Hi,
    For mobile you will not want the css to work, so I moved the code to your Quick CSS and added the rule so it won’t change your mobile layout:

    @media only screen and (min-width: 766px) { 
    #top.page-id-597 .grid-sort-container {
        margin-left: 11% !important; 
    }
    }

    I also added the page to the css so it will only work on the one page and not interfere with other pages.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1079838

    Thank you Mike, what if I need the same set up for the page:
    https://www.esseti-srl.com/portfolio/rubinetti-a-galleggiante/

    #1080091

    Hi robertoKM,

    This website is not built with Enfold. We cannot help you with that.

    Best regards,
    Victoria

    #1080337

    Hi Victoria, it is built with enfold Demo 2017, why you tell me not with enfold?

    #1080507

    Hi robertoKM,

    Best regards,
    Victoria

    #1080567

    The site esseti-srl.com is now redirected to esseti-srl.net and in mode maintenance now.
    The site esseti-srl.net it is not built with Enfold.

    But I am building the site esseti-srl.com in WordPress with enfold demo 2017.
    To see that, you have to go into the site with wp pass and login that I gave to you.
    I will repeat in private again, you can check it.

    • This reply was modified 5 years ago by robertoKM.
    #1080803

    Thank you, what if I need the same set up for the page:
    https://www.esseti-srl.com/portfolio/rubinetti-a-galleggiante/

    I sent you Private content to work in enfold website for esseti-srl.com

    • This reply was modified 5 years ago by robertoKM.
    #1081061

    I hope you understood that the website it is rebuilt with Enfold.
    Any question about it, or you need more explication? Thank.

    • This reply was modified 5 years ago by robertoKM.
    #1081113

    Hi,
    I took a look at your new page that needs adjustment, but I see that you only have one masonry item, do you plan to have at least 3 for each row on that page also? If so please add 2 more items so you can check if the margin in the code below is correct. Feel free to adjust to suit.

    @media only screen and (min-width: 766px) { 
    #top.page-id-932 .av-masonry-container {
        margin-left: 11% !important; 
    }
    }

    Best regards,
    Mike

    #1083275

    Thank you mike… I will do more pages so I think will be complicated every time asking you a solution like that.
    I will develop with another demo.
    Thanks for your support.
    Roberto

    #1083362

    Hi,
    Glad to help, please open a new thread if we can be of more assistance.
    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here

    Best regards,
    Mike

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.