I need to increase the header sizing on my tempate (using JA company).
The logo height size is 58px and all displayed fine until I inserted text into the top header menu and now only part of the logo displays.

I have attached an image of how the website logo is displaying (incorrect) and how it should look.

    jacquievc
    Hi
    Add this code in css/custom.css file to add space below the logo

    
    .t3-header {
        padding-bottom: 44px;
    }

    It look like you already have code in custom.css file that has a lower padding value and it created that issue.

    Regards

    Thank you very much. Worked perfectly.

    Write a Reply...
    You need to Login to view replies.