-
AuthorPosts
-
March 7, 2019 at 4:44 pm #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=sharingMarch 10, 2019 at 6:56 pm #1077086Maybe I didn’t explain in a perfect way my issue?
March 11, 2019 at 9:41 pm #1077498Hi 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,
VictoriaMarch 12, 2019 at 11:28 am #1077783Thanks 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, 8 months ago by robertoKM.
March 14, 2019 at 6:06 pm #1078769It is possible?
March 16, 2019 at 5:30 am #1079336Hi,
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,
MikeMarch 17, 2019 at 12:49 am #1079510Hi, thank for support, but when I see the products like mobile don’t work
https://drive.google.com/file/d/17MSzHJcz9B42wMw3revItjjAF8hUI3kr/view?usp=sharingI tried to add in Quick CSS the code but nothing happen.
.grid-sort-container {
margin-left: 11% !important;
}March 17, 2019 at 4:50 pm #1079634Hi,
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,
MikeMarch 18, 2019 at 11:54 am #1079838Thank you Mike, what if I need the same set up for the page:
https://www.esseti-srl.com/portfolio/rubinetti-a-galleggiante/March 18, 2019 at 10:05 pm #1080091Hi robertoKM,
This website is not built with Enfold. We cannot help you with that.
Best regards,
VictoriaMarch 19, 2019 at 1:35 pm #1080337Hi Victoria, it is built with enfold Demo 2017, why you tell me not with enfold?
March 19, 2019 at 8:22 pm #1080507Hi robertoKM,
Best regards,
VictoriaMarch 19, 2019 at 11:20 pm #1080567The 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, 8 months ago by robertoKM.
March 20, 2019 at 1:21 pm #1080803Thank 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, 8 months ago by robertoKM.
March 20, 2019 at 10:04 pm #1081061I 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, 8 months ago by robertoKM.
March 21, 2019 at 1:39 am #1081113Hi,
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,
MikeMarch 26, 2019 at 10:14 pm #1083275Thank 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.
RobertoMarch 27, 2019 at 3:41 am #1083362Hi,
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 hereBest regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.