-
AuthorPosts
-
January 13, 2019 at 1:24 pm #1053355
Hi there,
Here’s the link.
1. I’d like to reduce the margin from the textbox (“Cleaning Process”) to the column like
https://kriesi.at/themes/enfold-construction/ (Our Services).2. Also, What is the name of the font on “Our Services” on this demo page?
3. And, on the bottom of my page, How can i add margins on left, right and each images on the portfolio (Partners) like the demo page??
Please compare “Partners” on my page with “Featured Work” on the demo page.Please let me know! Thanks :)
January 16, 2019 at 8:11 pm #1054684Hey nogo1024,
1. Please add a Separator/Whitespace element and give it a negative margin to reduce the space between any two elements.
2. To identify the fonts please check this link.
3. To add space between the portfolio items please use the below CSS
#top .isotope .grid-entry.isotope-item { padding:20px; } #top .isotope .grid-entry:first-child { padding-left:40px; } #top .isotope .grid-entry:last-child { padding-right:40px; }
Best regards,
VinayJanuary 16, 2019 at 10:57 pm #1054789Hi, Thank you for the answer.
But negative margin on the whitespace doesn’t work. I set up “horizontal ruler styling” as custom and put negative numbers on top&bottom margins but the margin on the page is actually getting bigger.
And i added the codes on Quick CSS and nothing happened. There’s still no margin on portfolio grids.January 16, 2019 at 10:59 pm #1054790Hi,
Did you add the code to the very top of quick css so it runs first? Also be sure to clear the cache a few times over.
Best regards,
Jordan ShannonJanuary 17, 2019 at 12:09 am #1054798Thanks. Now it has padding but second column’s height is larger than the other 2. The images’ sizes are exactly same though.
And the margins of whitespace doesn’t still work with negative numbers..
Thank you for your help!
January 17, 2019 at 9:18 am #1054898Hey!
Column height depends on the content.
Please add a negative margin only to the top instead of both top and bottom :)Cheers!
VinayJanuary 17, 2019 at 11:07 pm #1055244The 3 images of 3 columns are exactly same and even if i post 3 “same” images, still the middle one is larger than others.
And even though i add a negative margin to only the top. Nothing changes. Do you want me to change the password and let you know?
January 19, 2019 at 4:41 pm #1055888Hi,
I can see that the margin you have applied is working but looks like it is not the correct values you have entered. You may not see the changes until the cached files are cleared in your browser.
Please perform the below steps to clear the browser cache:
1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.
Best regards,
VinayJanuary 20, 2019 at 12:57 am #1056002Vinay,
That was my bad. Actually i added as “Custom” instead of “White Space” and tried to add a negative number on Top and Bottom. So i just changed it to white space and added a negative number on height (That’s the only option i can change) and it worked!!!
Thank you very much for your help :)
January 20, 2019 at 11:33 am #1056132 -
AuthorPosts
- You must be logged in to reply to this topic.