-
AuthorPosts
-
May 16, 2017 at 3:37 pm #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?May 16, 2017 at 3:42 pm #794027Hey giuliobelluomini,
Please screenshot the white space so I know the exact space you need removed.
Best regards,
Jordan ShannonMay 16, 2017 at 3:49 pm #794035Can’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
May 16, 2017 at 3:58 pm #794043Hi,
I am not seeing the section you are pointing to. Please see the following screen:
Best regards,
Jordan ShannonMay 16, 2017 at 4:01 pm #794048I 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 belowMay 16, 2017 at 4:13 pm #794059Hi,
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 ShannonMay 16, 2017 at 4:17 pm #794061This 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)
May 16, 2017 at 4:34 pm #794079Hi,
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 ShannonMay 16, 2017 at 4:38 pm #794084Yay, 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,
GiulioMay 16, 2017 at 4:44 pm #794095Hi,
Exactly, just adjust the number to what you need.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.