hi. how can i remove the blank white space under the heade (only at mobile view) r? https://imgur.com/a/72FAFSs
Thanks for your help, all the best from vienna, alex
Hi Alex,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.avia-builder-el-1 {
padding-top: 0 !important;
}
}
Best regards,
Rikard
Thank you Rikard. The code works perfect. But i recognized another problem at this page. I use this code the arrange the social share icons at the end of the page. only the email ivon is there, the others are not. they are here (mouse over) but you cannot see the other icons. can you help me with this. thanks, alex
/* Teilen Buttons vergrößern */
.av-share-box ul li a{
font-size:30px!important;
}
/* Teilen Buttons in drei Reihen untereinander */
@media only screen and (max-width:767px) {
#av_section_1 .av-share-box-list {
display: flex !important;
flex-direction:row;
flex-wrap:wrap;
justify-content: space-around;
}
#av_section_1 .av-share-box-list::before, .av-share-box-list::after {
content: '';
width: 100%;
order: 1;
}
#av_section_1 .av-share-box-list li:nth-child(n + 4) {
order: 1;
}
#av_section_1 .av-share-box-list li:nth-child(n + 7) {
order: 2;
}
}
Here. Try to do a mouseover: https://imgur.com/a/PxnYuIW
Hi,
Did you recently update? Please refer to this: https://kriesi.at/support/topic/missing-icons-after-updating-to-wordpress-5-3-1-and-maintenance-releases/
Best regards,
Jordan Shannon
Ok thank you. Will this be fixes With the net enfold Update? I can weit for this.