サイドバーを広げる方法



  • お世話になります。

    現在以下の追加CSSを設定していますが、サイドバーを広げることができないためJINのサイドバーを広げる方法を教えてください。

    /***************************************

    • パソコン用
      **************************************/
      @media screen and (min-width: 1800px) {
      #contents {
      width: 1500px;
      }
      #contents::after {
      margin-top : 20 !important;
      clear: both;
      content: "";
      display: block;
      }
      #main-contents {
      margin-top : 0 !important;
      margin-bottom : 0 !important;
      margin-left : 0 !important;
      margin-right : 0 !important;
      }
      #sidebar {
       width: 500px !important;
       margin-left:10px !important;
      }

    .cps-post-box.hentry {
    margin-top: 20px !important;
    border: solid 1px #C0C0C0 !important;

    }
    /* 記事タイトルの文字サイズ、行間を調整 */
    .cps-post .cps-post-header .cps-post-title {
    line-height: 3.0rem !important; /行間/
    font-size:1.6rem !important;
    }
    }


    WordPressのバージョン :
    ご利用のサーバー名 :
    PHPのバージョン :
    OS :
    ご利用のブラウザ :
    該当サイトのURL : https://point-gets.net/


  • administrators

    @oocz3456 さん

    こんにちは。JIN運営チームのりょうたです!
    表題の件ですが、カスタマイズに関しては当運営では対応致しかねます。

    恐縮ではございますが、@oocz3456 さん自身で対応いただけますと幸いです!
    宜しくお願い致します。