Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #794021

    Hi there, first ticket here, asking for support

    This is the page I’m trying to create:

    (link private?)

    I’m trying to simply create the same color section as above (the one with the text), below (the other one with the text).. but obvioulsy I can’t, it seems to add some pixels to the bottom padding no matter what I try. So I added some code found here, and the best one resulted in this, as you can see: a white space at the top.
    What should I do?

    #794027

    Hey giuliobelluomini,

    Please screenshot the white space so I know the exact space you need removed.

    Best regards,
    Jordan Shannon

    #794035

    Can’t seem to understand how to upload an image here.. anyway I created a page

    I don’t need the space removed, I need the space at the top to be the same color as the other one..

    Thank you for your answer

    #794043

    Hi,

    I am not seeing the section you are pointing to. Please see the following screen:

    https://snag.gy/7avpFy.jpg

    Best regards,
    Jordan Shannon

    #794048

    I have a screeshot on the page I created (link in the private content) for the issue I have, can’t understand how you cannot see it..?
    Anyway the problem is the same: I need the top padding the same as the bottom padding, and it seems I cannot do that.
    I even cloned the first color section at the top of the page but the copy has a lot more space below

    #794059

    Hi,

    Try adding the following to quick css:

    
    #av_section_1 .template-page.content.av-content-full.alpha.units{
    padding-top:0px!important;
    }

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

    #794061

    This removed the padding from the top, but I wanted the same padding pixels on top and below, exacly as you can see with the color section at the top of the page. As I said, tried to clone it with no success, tried to add code I found here with no success, and this is not working either :/

    (But thank you anyway for the answers)

    #794079

    Hi,

    No problem for the answers. I am just trying to under correctly.

    Try this:

    #av_section_2 .template-page.content.av-content-full.alpha.units{
    padding-top:50px!important;
    }

    Best regards,
    Jordan Shannon

    #794084

    Yay, this works great, thank you!
    Now I should be able to change the value of the section if I want to make it bigger and then change the px on the code you just wrote, right?

    Thanks again,
    Giulio

    #794095

    Hi,

    Exactly, just adjust the number to what you need.

    Best regards,
    Jordan Shannon

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