-
AuthorPosts
-
May 3, 2015 at 11:51 pm #438631
hi. how can i bring all images to the top?
May 3, 2015 at 11:53 pm #438634This reply has been marked as private.May 5, 2015 at 1:29 am #439437Hey!
Try adding this code to the Quick CSS:
.avia-image-container { margin: 0 !important; }
Cheers!
JosueMay 5, 2015 at 1:21 pm #439673This reply has been marked as private.May 5, 2015 at 1:38 pm #439679Hey!
Please add following code to Quick CSS as well
.page-id-14 .content { padding-top: 0; }
Best regards,
YigitMay 5, 2015 at 1:50 pm #439684Thank you Yigit. but is there a way to set it up for ALL pages of the website and not one specific. here it don`t work at the moment http://www.alfaweb.at/testwaldi/was-wir-machen/
here it works http://www.alfaweb.at/testwaldi/portraits/ (http://www.alfaweb.at/testwaldi/portraits/)
May 5, 2015 at 1:52 pm #439686This reply has been marked as private.May 7, 2015 at 2:03 pm #440914Hey!
just remove the page-id from yigit’s code:
.content { padding-top: 0; }
To move your content up use this code:
#top #main .avia-section .template-page { top: -49px; }
and adjust as needed.
Best regards,
AndyMay 7, 2015 at 10:32 pm #441284This reply has been marked as private.May 7, 2015 at 11:03 pm #441297Hi!
it’s because of:
/*Alle Farbsektion an den oberen Rand bringen*/ #top #main .avia-section .template-page { top: -49px; }
Here’s something you can do, set a custom ID to that video section and add this code to Quick CSS:
#top #main #video-section.avia-section .template-page { top: 0; }
Regards,
JosueMay 9, 2015 at 3:41 pm #441951This reply has been marked as private.May 9, 2015 at 4:12 pm #441954This reply has been marked as private.May 10, 2015 at 7:17 pm #442129Set that section padding to “No Padding” – http://a.pomf.se/qrqxve.png
Regards,
JosueMay 11, 2015 at 7:46 pm #442658This reply has been marked as private.May 11, 2015 at 11:57 pm #442747Hi!
Isn’t that video inside a Color Section? can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueMay 12, 2015 at 11:49 am #442938This reply has been marked as private.May 13, 2015 at 6:26 am #443548May 13, 2015 at 7:13 am #443558;) Thank you Josue.
May 13, 2015 at 7:16 am #443560This reply has been marked as private.May 13, 2015 at 7:34 am #443571Hey!
Try adding this code to the Quick CSS:
.avia-section-default .content{ padding-top: 0; padding-bottom: 0; } .avia-section-default .avia-video{ margin-bottom: 0; }
Cheers!
JosueMay 17, 2015 at 11:28 am #445376This reply has been marked as private.May 17, 2015 at 7:03 pm #445432Hey!
You have not added this code to Quick CSS / child style.css:
.avia-section-default .content{ padding-top: 0; padding-bottom: 0; } .avia-section-default .avia-video{ margin-bottom: 0; }
Cheers!
Josue -
AuthorPosts
- You must be logged in to reply to this topic.