Home Forums WoodMart support forum Copyrights wrapper

Copyrights wrapper

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #575103

    gzelasco
    Participant

    Could please help me to reduce height of the Copyrights area? (see attached)
    The Copyrights have 2 columns – The second it is a HTML section
    I presume that need a snippet code for that, thanks !

    Attachments:
    You must be logged in to view attached files.
    #575255

    Hung Pham
    Participant

    Hi gzelasco,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .copyrights-wrapper .col-right .vc_row-has-fill>.vc_column_container>.vc_column-inner{ 
    padding-top: 0; 
    }
    
    .copyrights-wrapper .col-right .vc_row-has-fill>.vc_column_container>.vc_column-inner .wpb_content_element.wpb_single_image{ 
    margin-bottom: 0; 
    }

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)