error Be|SEO

I want to use the style of the demo Be | SEO 
but the main image is below the slider (attached image), how can I make you see above?image

Comments

  • If you want to get the same page as our demo, then please use below custom css:
    1. #Header_wrapper { background-color: #b4dce7; }
      #Action_bar { display: none; }
      #menu-item-1584 { display: none !important; }
      #Top_bar .top_bar_right_wrapper { display: none; }

      .flat_box .desc_wrapper h4 i { font-size: 80%; opacity: 0.6; }

      @media only screen and (min-width: 768px) {
      #pay_for_results .column_image { margin-bottom: 0; }
      #pay_for_results .image_frame { margin-top: -172px; position: relative; z-index: 30; }
      }

      /************************ Footer ************************/
      #Footer {
          background-color: #fff;
      }
      #Footer, #Footer .widget_recent_entries ul li a {
          color: #868686;
      }
      #Footer a {
          color: #3fac87;
      }
      #Footer a:hover {
          color: rgba(63, 172, 135, 0.8);
      }
      #Footer h1, #Footer h1 a, #Footer h1 a:hover,
      #Footer h2, #Footer h2 a, #Footer h2 a:hover,
      #Footer h3, #Footer h3 a, #Footer h3 a:hover,
      #Footer h4, #Footer h4 a, #Footer h4 a:hover,
      #Footer h5, #Footer h5 a, #Footer h5 a:hover,
      #Footer h6, #Footer h6 a, #Footer h6 a:hover {
          color: #444;
      }
      /* Theme color */
      #Footer .themecolor, #Footer .widget_meta ul, #Footer .widget_pages ul, #Footer .widget_rss ul, #Footer .widget_mfn_recent_comments ul li:after, #Footer .widget_archive ul,
      #Footer .widget_recent_comments ul li:after, #Footer .widget_nav_menu ul, #Footer .widget_price_filter .price_label .from, #Footer .widget_price_filter .price_label .to,
      #Footer .star-rating span {
          color: #3fac87;
      }
      /* Theme background */
      #Footer .themebg, #Footer .widget_categories ul, #Footer .Recent_posts ul li .desc:after, #Footer .Recent_posts ul li .photo .c,
      #Footer .widget_recent_entries ul li:after, #Footer .widget_mfn_menu ul li a:hover, #Footer .widget_product_categories ul {
      background-color: #3fac87;
      }
      /* Grey */
      #Footer .Recent_posts ul li a .desc .date, #Footer .widget_recent_entries ul li .post-date, #Footer .tp_recent_tweets .twitter_time,
      #Footer .widget_price_filter .price_label, #Footer .shop-filters .woocommerce-result-count, #Footer ul.product_list_widget li .quantity,
      #Footer .widget_shopping_cart ul.product_list_widget li dl {
      color: #a8a8a8;
      }
      #Footer .footer_copy {
          border-top: 1px solid rgba(0, 0, 0, 0.1);
      }
      #Footer .footer_action {
          background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
      }
      #Footer .footer_action a {
          color: #747474 !important;
      }
  • insert the code, but still see the error 
  • Please use below css for that:
    1. #Header_wrapper { z-index: auto; }
  • excellent, thank you very much
Sign In or Register to comment.