Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1166516

    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

    #1166682

    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

    #1166856

    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;
    }
    }
    #1166857

    Here. Try to do a mouseover: https://imgur.com/a/PxnYuIW

    #1166972

    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

    #1167226

    Ok thank you. Will this be fixes With the net enfold Update? I can weit for this.

    #1167581

    Hi Alex,

    Yes, the icon problem will be fixed in the next release. It will be available for download after the holidays. Until then please use one of the temporary fixes.

    Best regards,
    Rikard

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