Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #338644
    laramanzoni59
    Participant

    Hello,
    I would like to ask you how to reduce the space between logo and upper and lower margin.
    Thank you in advance,
    Lara

    #338657
    sujapati
    Keymaster

    @laramanzoni59: To reduce the vertical spacing of logo, kindly add the CSS below:

    #site-branding {
        padding: 0 20px;
    }
    

    To apply this, go to Customize Additional CSS and paste the provided code.
    If you require any further assistance, please don’t hesitate to let us know!

    Kind Regards,
    Sujapati

    #338663
    laramanzoni59
    Participant

    Thank you really so much, Sujapati!
    Kind regards.

    #338664
    laramanzoni59
    Participant

    I have another question: in order to dedicate more space possible to the content, I would also like to reduce the thickness of the grey upper social bar where all the social icons are displayed. Could you help me?
    Thank you in advance,
    Lara

    #338665
    sujapati
    Keymaster

    @laramanzoni59: Please add the CSS below to reduce the top great social bar space.

    #header-top .header-top-right {
    padding: 0;
    }
    
    #header-top .widget {
        margin-top: 0;
        margin-bottom: 0;
    }

    You can adjust the above values in pixels as per your site requirements.

    Regards,
    Sujapati

    #338667
    laramanzoni59
    Participant

    Thanks again, Sujapati!
    Kind regards.

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