Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1129789

    Sorry to submit a ticket for this. but I looked through the forum and I could not find a solution that worked. I uploaded a logo that is 1,000 x 288. I changed the header height to 288. Logo is still the same size, about 630px wide. I added the following code to General Styling and still no change in the width. The code is stallion General Styling.

    .html_header_top.html_logo_center .logo {
    left: 0;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    }

    .html_header_top #top .av_header_stretch .container {
    width: 100%;

    I have submitted admin login information for you to look at this. Thanks!

    #1129790

    REALLY WIERD. Just checked this again and logo is now wider!?!?!? Cache issue? But the logo is not centered now. Please help with that. I flushed the cache multiple times. Loco.

    #1129860

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    span.logo {
        width:100%;
    }
    
    span.logo img {
        display: table;
        margin: 0 auto;
    }

    Best regards,
    Rikard

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