/*!
Theme Name: Technix
Theme URI: https://wp.storebuild.shop/technix/
Author: Theme_Pure
Author URI: https://themeforest.net/user/theme_pure/portfolio
Description: Technix – Technology & IT Solutions WordPress Theme
Version: 1.0.8
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: technix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Sadece masaüstü ve tablet için (mobil hariç) */
@media (min-width: 992px) {
  /* Normal ve sticky header'daki SADECE logo görseli */
  .tp-header-2-area .tp-header-2-logo > a.standard-logo > img,
  #header-sticky .tp-header-2-logo > a.standard-logo > img {
    display: inline-block !important;
    transform: translate(25px, 28px) !important;  /* sağa=40px, aşağı=28px */
    /* Alternatif margin yöntemi:
    margin: 28px 0 0 40px !important;
    */
  }
}

