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

    Hey Kriesi,

    Thanks for a great theme.

    Having issues with my Header at mobile size. See here:
    http://hoppertrailersaustralia.com/new/

    I currently have included the below custom code to increase the logo size:

    #header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
    height: 130px !important;
    line-height: 130px !important;
    max-height: none !important;
    }

    html.fixed_header #main {
    padding-top: 130px;
    }

    Thanks in advance.

    #260768

    Hi thebundyagency!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive #header_main .container, .responsive .logo {
    height: 130px !important;
    }}

    Regards,
    Yigit

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