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

    #1054684

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

    #1054789

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

    #1054790

    Hi,

    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 Shannon

    #1054798

    Thanks. 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!

    #1054898

    Hey!

    Column height depends on the content.
    Please add a negative margin only to the top instead of both top and bottom :)

    Cheers!
    Vinay

    #1055244

    The 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?

    #1055888

    Hi,

    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,
    Vinay

    #1056002

    Vinay,

    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 :)

    #1056132

    Hi,

    Great, glad you got it working and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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