Home › Forums › Arnold WordPress Theme › Top spacer
- This topic has 12 replies, 3 voices, and was last updated 5 years, 10 months ago by
friedrichfotografie.
-
AuthorPosts
-
June 27, 2020 at 7:04 am #21757
Hi! Is there any way to change the top spacer height? Its a liitle bit too heigh in my opinion…
Thanks and regards
June 27, 2020 at 8:00 am #21764HI,
I don’t know what’s the top spacer you mentioned.
Please leave your website Url, thanksBest
June 27, 2020 at 2:50 pm #21768I mean this space
June 29, 2020 at 3:29 am #21779Hi,
Please adjust the margin-top by custom CSS(“Appearance > Customize: Additional CSS”)
@media (min-width: 768px) { .page-template-intro-outer { margin-top: 60px; } }Please leave your website Url if the CSS doesn’t work, thanks
Best
July 5, 2020 at 7:13 am #21867Hello, the css didn’t work for me.
Best
July 5, 2020 at 11:01 am #21868It does not work here either
http://friedrichfotografie.de/July 6, 2020 at 6:52 am #21869Hi, please update the custom CSS as:
@media (min-width: 768px) { .show-top-space #content { padding-top: 20px; /*for desktop, default is 80px*/ } } @media (max-width: 767px) { .responsive-ux.show-top-space #content { padding-top: 10px; /*for mobile, default is 40px*/ } }to: lenwej
Please leave your website Url if the CSS doesn’t work, thanksBest
July 6, 2020 at 1:37 pm #21875Hi, the updated version sadly didn’t work for me either.
http://lennartwejdmark.comBest
July 7, 2020 at 3:16 am #21885Hi lenwej,
Because there is pagebuilder wrap on this page, if you don’t want to use the Pagebuilder, please click Classic Editor to disable Pagebuilder. The spacer will be gone.
If you want to use Pagebuilder still, please use the custom CSS to adjust top spacer:
@media (min-width: 768px) { .container-masonry ~ .pagebuilder-wrap { margin-top: 20px; /*for desktop, default is 80px*/ } } @media (max-width: 767px) { .responsive-ux .container-masonry ~ .pagebuilder-wrap { margin-top: 10px; /*for mobile, default is 40px*/ } }Best
July 7, 2020 at 8:27 am #21891Worked like a charm – thx!
Best
July 10, 2020 at 3:24 pm #21946This reply has been marked as private.July 11, 2020 at 1:21 am #21954Hi,
Because there is not portfolio template in this page
Please use the custom CSS:@media (min-width: 768px) { .pagebuilder-wrap { margin-top: 20px; /*for desktop, default is 0px*/ } } @media (max-width: 767px) { .responsive-ux .pagebuilder-wrap { margin-top: 10px; /*for mobile, default is 0px*/ } }Best
July 11, 2020 at 4:45 pm #21964Works perfect! Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.
