Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #64501
    admin
    Participant
    Premium Member

    I already set the WIDTH to full width 100%… but my video and all content in my homepage is not like the header image.. how can i fix that… ??

    #64504
    vako
    Keymaster
    WP Royal Team

    Hi,

     

    Can you please describe the issue you have in more detail? Please share a direct link to the page where the issue appears and for more clarifications, please share screenshots of the issue.

     

    Kind Regards

    #64506
    admin
    Participant
    Premium Member

    The header image is perfect, with full width .. I want the video with full 100% width too..

    Ocoro Goddess

    #64514
    vako
    Keymaster
    WP Royal Team

    Hi,

     

    Unfortunately, we cant make only vide to be full width, because the theme has main container padding if we remove all this padding all other elements on the website will be full width as the header image.

     

    Kind Regards

    #64516
    admin
    Participant
    Premium Member

    thats exactly what i´m looking for…  how do I remove all this padding ?

    #64518
    vako
    Keymaster
    WP Royal Team

    Hi,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .main-content {
    padding: 0 !important;
    }
    .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
    }
    .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
    }

     

    Kind Regards

    #64524
    admin
    Participant
    Premium Member

    Thanks for your help…. solved..

    #64526
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

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