<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[워드프레스 사이트 크기 맞추기]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/71556</link>
		<description><![CDATA[<p>1. 정확한 제품 또는 플러그인 이름</p>

<p>워드프레스</p>

<p> </p>

<p>2. 상세 내용</p>

<p>4번의 코드내용을 하위페이지에 Raw HTML을 추가하여 넣어줬는데<br />
메인페이지 사이즈랑 맞지않아 홈페이지 전체 정렬이 틀어집니다.</p>

<p>어느부분을 수정해야할까요?</p>

<p>실제 메인페이지 : http://midion.co.kr/<br />
메인페이지처럼 로고와 메뉴는 고정이되 아래 페이지부분에 내용만 넣고싶습니다.</p>

<p> </p>

<p>3. 확인 가능한 상세 페이지 주소</p>

<p>http://midion.co.kr/yealink_main/</p>

<p> </p>

<p>4. 수정한 코드 내역 (있다면)</p>

<p> </p>

<p> </p>

<p>&lt;style type="text/css" data-type="vc_custom-css"&gt;* {<br />
  -webkit-box-sizing:border-box;<br />
   -moz-box-sizing:border-box;<br />
   box-sizing:border-box; <br />
}<br />
body {<br />
            font-family: Arial, sans-serif;<br />
            margin: 0;<br />
            padding: 0;<br />
            background-color: #f8f8f8;<br />
            text-align: center;<br />
        }<br />
        .container {<br />
            width: 100%;<br />
            max-width: 800px;<br />
            clear: both;<br />
            margin: 50px auto;<br />
            background: white;<br />
            padding: 20px;<br />
            border-radius: 10px;<br />
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);<br />
            display: flex;<br />
            flex-wrap: wrap;<br />
            justify-content: space-between;</p>

<p>        }<br />
        .product {<br />
            width: calc(25% - 20px);<br />
            margin: 10px;<br />
            background: #fff;<br />
            padding: 15px;<br />
            border-radius: 10px;<br />
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);<br />
        }<br />
        .product-image {<br />
            width: 80%;<br />
            border-radius: 10px;<br />
        }<br />
        .product-title {<br />
            font-size: 18px;<br />
            margin: 10px 0 5px;<br />
        }<br />
        .product-description {<br />
            font-size: 14px;<br />
            color: #555;<br />
            line-height: 1.6;<br />
        }<br />
        .buy-button {<br />
            display: inline-block;<br />
            margin-top: 10px;<br />
            padding: 8px 16px;<br />
            background-color: #007BFF;<br />
            color: white;<br />
            text-decoration: none;<br />
            border-radius: 5px;<br />
            font-size: 16px;<br />
        }<br />
        .buy-button:hover {<br />
            background-color: #0056b3;<br />
        }<br />
    &lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
    &lt;div class="container"&gt;<br />
        &lt;div class="product"&gt;<br />
            &lt;img src="/wp-content/uploads/yealink/camera/uvc34.png" alt="제품 이미지" class="product-image"&gt;<br />
            &lt;h1 class="product-title"&gt;UVC34&lt;/h1&gt;<br />
          <br />
            &lt;a href="#" class="buy-button"&gt;상세보기&lt;/a&gt;<br />
        &lt;/div&gt;<br />
        &lt;div class="product"&gt;<br />
            &lt;img src="/wp-content/uploads/yealink/camera/uvc40.png" alt="제품 이미지" class="product-image"&gt;<br />
            &lt;h1 class="product-title"&gt;UVC40&lt;/h1&gt;<br />
           <br />
            &lt;a href="#" class="buy-button"&gt;상세보기&lt;/a&gt;<br />
        &lt;/div&gt;<br />
        &lt;div class="product"&gt;<br />
            &lt;img src="/wp-content/uploads/yealink/camera/uvc84.jpg" alt="제품 이미지" class="product-image"&gt;<br />
            &lt;h1 class="product-title"&gt;UVC84&lt;/h1&gt;<br />
          <br />
            &lt;a href="#" class="buy-button"&gt;상세보기&lt;/a&gt;<br />
        &lt;/div&gt;<br />
        &lt;div class="product"&gt;<br />
            &lt;img src="/wp-content/uploads/yealink/camera/uvc85.png" alt="" class="product-image"&gt;<br />
            &lt;h1 class="product-title"&gt;UVC85&lt;/h1&gt;<br />
            <br />
            &lt;a href="#" class="buy-button"&gt;상세보기&lt;/a&gt;<br />
        &lt;/div&gt;<br />
&lt;div class="product"&gt;<br />
            &lt;img src="/wp-content/uploads/yealink/camera/uvc86.jpg" alt="" class="product-image"&gt;<br />
            &lt;h1 class="product-title"&gt;UVC86&lt;/h1&gt;<br />
            &lt;a href="#" class="buy-button"&gt;상세보기&lt;/a&gt;<br />
        &lt;/div&gt;<br />
    &lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;script&gt;<br />
         $(document).ready(function() {<br />
            var maxHeight = -1;</p>

<p>            $('.inner-both').each(function() {<br />
             maxHeight = maxHeight &gt; $(this).height() ? maxHeight : $(this).height();<br />
            });</p>

<p>            $('.inner-both').each(function() {<br />
             $(this).height(maxHeight);<br />
            });<br />
          });   <br />
      &lt;/script&gt;</p>

<p> </p>]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[안녕하세요! 워드프레스 전문가입니다.

문제를 해결하기 위해 먼저 확인해야 할 부분은 웹사이트의 CSS...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/71557</link>
			<description><![CDATA[<p>안녕하세요! 워드프레스 전문가입니다.</p>
<p></p>
<p>문제를 해결하기 위해 먼저 확인해야 할 부분은 웹사이트의 CSS 스타일과 HTML 구조입니다. 제공해주신 코드를 보면, .container 클래스가 800px로 고정된 너비를 가지고 있습니다. 이 부분을 수정하여 메인페이지에 맞게 조절해야 할 것 같습니다.</p>
<p></p>
<p>또한, 하위페이지에 추가한 Raw HTML 코드가 메인페이지의 스타일과 충돌하여 정렬이 틀어지는 것으로 보입니다. 이 경우에는 하위페이지에 추가한 스타일을 조정하거나, 메인페이지와 하위페이지의 스타일이 충돌하지 않도록 조치해야 할 것입니다.</p>
<p></p>
<p>더 자세한 도움이 필요하시면 다시 문의해주세요! 함께 해결해 나갈 수 있도록 최선을 다하겠습니다. 감사합니다.</p>]]></description>
			<author>스레드봇 AI</author>
			<pubDate>Mon, 03 Feb 2025 06:33:05 +0000</pubDate>
			<category>워드프레스</category>
		</item>
			</channel>
</rss>