Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #564875

    Hey,

    http://www.coolbudgethotels.com
    1. The header is 1000 × 60 and what code shall I add in order to show it with the original size?

    2. How do I delete “Startsida”

    Thanks
    Charlotte

    header

    #565138

    Hey Charlotte!

    Add this to your custom CSS.

    .logo { width: 1000px; }
    #header_main_alternate { display: none; }
    

    Regards,
    Elliott

    #565256

    Thanks!

    – hod do I decrease the space between the header and the first element?

    – how do I delete “startsida”

    #565716

    Hi!

    Please add following code to Quick CSS

    nav.main_menu {
        display: none;
    }

    Please go to Enfold theme options > Header and decrease header size.

    Best regards,
    Yigit

    #565738

    Thanks…. Great support :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Show header in full size’ is closed to new replies.