app/template/default/Block/lm_mc_category_header.twig line 1

Open in your IDE?
  1. {% if data.main_category_fixed_header_content is defined and data.main_category_fixed_header_content %}
  2.   <style>
  3. /*    #header-nav ul li a {
  4.       background-image: none;
  5.       width: auto;
  6.       height: auto;
  7.       line-height: 19px;
  8.       color: #4c4c4c;
  9.       letter-spacing: 0;
  10.       text-indent: 0;
  11.       text-decoration: underline;
  12.       font-size: 14px;
  13.     }
  14.     #header-nav .category-nav {
  15.       padding-top: 5px;
  16.       margin-top: 10px;
  17.     }*/
  18.   </style>
  19.   <div id="main-category-fixed-header-content" class="sashikomi top-category-nav">
  20.     {{ (data.main_category_fixed_header_content | lm_sashikomi) | raw }}
  21.   </div>
  22.   <script type="text/javascript" src="/javascripts/fixed-category-header.js?20170130_01"></script>
  23. {% endif %}