Our website 正在进行大修。
我们正在通过我们的行业研究工具使用一个自定义搜索栏(现在在主页最顶部),我目前在标题主题文件中有它。有没有办法将其调整到右侧的社交媒体链接部分?我想把它放在当前放大镜图标所在的位置。
This is what the code looks like right now:
<?php
/**
* The header for our theme.
*
* Displays all of the <head> section and everything up till <div id="content">
*
* @package Vogue
*/
global $woocommerce;
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( \'charset\' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( \'pingback_url\' ); ?>">
<?php wp_head(); ?>
<div id="wrapper">
<div id="content">
</head>
<body <?php body_class(); ?>>
<div id="page" class="hfeed site <?php echo sanitize_html_class( get_theme_mod( \'vogue-slider-type\' ) ); ?>">
<?php get_template_part( \'/templates/header/header-layout-one\' ); ?>
<?php if ( is_front_page() ) : ?>
<?php get_template_part( \'/templates/slider/homepage-slider\' ); ?>
<?php endif; ?>
<div class="site-container <?php echo ( ! is_active_sidebar( \'sidebar-1\' ) ) ? sanitize_html_class( \'content-no-sidebar\' ) : sanitize_html_class( \'content-has-sidebar\' ); ?>">