رفتن به مطلب

تغییر جزئی قالب


پست های پیشنهاد شده

سلام

می خواستم در قالب سایتم به ادرس www.4banoo.com لوگوی4banoo رو (که البته فکرکنم با تگ بنر هدر نوشته شده باشه) کاملا به سمت راست بیارم تا جای خالی سمت راست پر بشه و همینطور ارتفاع پشت زمینه خاکستری رنگ منو زیر هدر رو دوبرابر کنم تا اسم بقیه عنوان ها فهرست که به رنگ سفید هستن نشون داده بشه. تصاویر مرتبطو آپلود کردم . ممنون میشم راهنمایی بفرمایید. تشکر

اینم کد css:

@charset "UTF-8";
/*
Theme Name: Ghasedak
Theme URI: http://shop.onliner.ir
Author: Hassan Hossini 09395363913 - 09159129565 - 09305594270
Author URI: http://shop.onliner.ir
Description: قالب وردپرس خبری قاصدک کدنویسی شده با تیم آنلاینر
Version: 2.5
*/
@font-face {
	font-family: 'iransans';
	src: 
	url('fonts/IRANSansWeb.woff') format('woff'),
	url('fonts/IRANSansWeb.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
a{text-decoration:none;}
.clear{clear:both;}
ul{list-style:none;}
body{
	cursor:default;
	font-family:iransans ;
}
.wrapper{
	overflow:hidden;
	background:#fff;
	width:1170px;
	margin:0px auto;
	padding:20px;
}
.header{
	height:125px;
	margin-bottom: 15px;
}
.logo{
	float:right;
	overflow:hidden;
	height:75px;
}
.banner_header{
float:left;
margin-left: 29px;
border: 1px solid #ABABAB;
}
.logo h1 a,.logo h2 a{
	font:30px/50px 'iransans';
	color:#1b1b1b;
	display:block;
	height:75px;
}
.logo h1 span,.logo h2 span{color:#cc0001;}
.menu_top{
	overflow: hidden;
  float: left;
}
.menu_top ul{overflow:hidden;}
.menu_top ul li{float:right;}
.menu_top ul li a{
	font:13px/13px 'iransans';
	color:#bf0000;
	padding:0 11px;
	border-left:1px solid #3f3f3f;
	float:right;
}
.menu_top ul a:hover{color:#5c5c5c;}
.menu_top ul li:last-child a{border-left:0;}
.social_search{
	float:left;
	overflow:hidden;
}
.social{    overflow: hidden;
    float: left;
    margin: 22px 0 0 10px;}
.social a{
	float:left;
	width:24px;
	height:24px;
	margin-right:1px;
	margin-top:1px;
	-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
}
.page_rss{background:url(themework_images/icon.png) no-repeat 0px 0px;}
.page_facebook{background:url(themework_images/icon.png) no-repeat -25px 0px;}
.page_twitter{background:url(themework_images/icon.png) no-repeat -50px 0px;}
.social a:hover{margin-top:0;}
.social a:active{margin-top:1px;}
#search{
    overflow: hidden;
    margin-top: 21px;
    width: 214px;
    float: left;
    }
.tex_search{
	background:#f8f8f8;
	border:1px solid #bababa;
	height:26px;
	padding:0 7px;
	font:13px/26px 'iransans';
	color:#8f8e8e;
}
.ok_search{
	float:left;
	background:url(themework_images/icon.png) no-repeat -74px 2px #848484;
	width:30px;
	height:28px;
	border:0;
	cursor:pointer;
}
.menu_header{
	background:#848484;
	height:45px;
	margin-top:5px;
	position:relative;
}
.iconmenu{
	position:absolute;
	top:14px;
	left:3px;
	color:#fff;
	-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
}
.menu_header ul {float:right;}
.menu_header ul li {
  float: right;
  position: relative;
}
.menu_header ul li.current-menu-ancestor > a, .menu_header ul li.current-menu-parent > a, .menu_header ul li.current-menu-item > a, .menu_header ul li.current_page_item > a, .menu_header ul li:hover > a {
      color: #FFFFFF;
    background-color: #D00000;
}
.menu_header ul li a {
  font:15px/15px 'iransans';
  color: #fff;
  display: block;
  padding: 14px 10px 14px 16px;
  -webkit-transition: all 0.1s ease-in-out;
	  -moz-transition: all 0.1s ease-in-out;
	  -o-transition: all 0.1s ease-in-out;
	  transition: all 0.1s ease-in-out;
}
.menu_header ul li ul {
  display: none;
  background-color: #848484;
  width:170px;
  padding: 0;
  position: absolute;
  top:100%;
  right: 0;
  z-index: 888;
}
.menu_header ul li ul li {
  float: none;
  position:relative;
  border-bottom:1px solid #656565;
}
.menu_header ul li ul li a {
  font-size: 13px;
  padding: 10px;
  color: white;
}
.menu_header ul li ul .iconmenu{color:#fff;}
.menu_header ul li:hover > .iconmenu {color:#cf0000;}
.menu_header ul li ul li ul {
  background-color: #262a2d;
  top: 0px;
  right: 100%;
  position:absolute;
}
/*--main_content*/
.main_content{
	overflow:hidden;
	float:right;
	width:70%;
}
.main_slider{
	background:#848484;
	padding:15px 13px;
	margin-bottom:20px;
	overflow: hidden;
width: 67%;
float: right;
}
.floatLeft{
	float:left;
	width:21%;
	overflow:hidden;
}
.floatRight{
	float:right;
	width:76%;
	height:240px;
	float:right;
	overflow:hidden;
	border:3px solid #505050;
}
#sliderFrame {position:relative;margin: 0 auto;height:100%;}
#slider {
    width:100%;
	height:100%;
	position:relative;
}
#slider img {
	position:absolute;
	border:none;
	display:none;
}
#slider a.imgLink {
	z-index:2;
	display:none;position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}
div.mc-caption-bg, div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:0;
	left:0px;
	bottom:0;
	z-index:3;
	overflow:hidden;
}
div.mc-caption-bg {
	background:url(themework_images/text1.png);
}
div.mc-caption {
	font:13px/16px 'iransans';
	color:#fff;
	z-index:4;
	padding:10px;
	text-align:right;
	width:auto !important;
}
div.mc-caption h3 a {
	font-size:15px;
	color:#fff;
	display:block;
	margin-bottom:5px;
	-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
}
div.mc-caption a:hover {
	color:#CC0001;
}
div.navBulletsWrapper  {display:none;}
#slider {
	transform: translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
}
#mcts1 {
    width:100%;
    height:246px;
    position:relative;
}
#mcts1 div.item {
    padding:3px;
	width:110px;
	height:72px;
    margin:4px 0;
	overflow:hidden;
    text-align:center;
	background:#505050;
    position:relative;
	-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
}
#mcts1 div.item:hover{background:#CC0001;}
#mcts1 div.item img{width:110px;height:72px;max-width;100%;}
#mcts1 img {border:none;}
#mcts1 .navBullets{display:none;}
#mcts1 .navPrev, #mcts1 .navNext, #mcts1 .navPlay, #mcts1 .navPause {display:none;}
.banner{
	float: left;
  overflow: hidden;
  width: 28%;
}
/*--main_post_content*/
.main_post_content{
	overflow:hidden;
	float:right;
	width:70%;
}
.main_post{
	overflow:hidden;
	margin-bottom:20px;
}
.title_main_post{
	overflow:hidden;
	border-bottom:3px solid #d30000;
	margin-bottom:15px;
}
.title_main_post h5,.title_post_sidebar h5{
	font:20px/35px 'iransans';
	color:#1e1e1e;
	float:right;
}
.title_main_post a,.archive_news{
	font:13px/25px 'iransans';
	color:#fff;
	background:#d00000;
	padding:0 20px;
	margin-top:9px;
	float:left;
}
.post,.post_gallery{
	float:right;
	width:31.3%;
	margin:1%;
}
.post h2 a,.post_sidebar h2 a,.post_article h2 a{
	font: 14px/22px 'iransans';
	color: #202020;
	display: block;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	margin-bottom: 7px;
}
.post:hover h2 a,.post_sidebar h2 a:hover{color:#B00303;}
.post img,.post_gallery img{
	/* width:180px; */
	/* height:112px; */
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	display: block;
	margin: 10px auto;
	border: 4px solid #ccc;
	box-sizing: border-box;
	border-radius: 4px;
}
.post img:hover,.post_gallery img:hover{
	opacity:0.8;
}
.post p,.post_news p,.post_sidebar p{
	font: 11px/20px 'iransans';
	color:#727171;
	padding-bottom:7px;
}
.read_more{
	font:bold 13px/20px 'iransans';
	color:#ca0403;
	-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
}
.read_more:hover{color:#A10201;}
.post_news{
	overflow:hidden;
	width:45%;
	float:right;
	margin:0 0 1% 5%;
	border-bottom:1px dashed #9F9F9F;
	padding-bottom:10px;
}
.post_news h2 a{
	font:17px/25px 'iransans';
	color:#393939;
	display:block;
	margin-bottom:5px;
	-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
}
.post_news h2 a:hover{color:#B00303;}
/*--sidebar_content*/
.sidebar_content{
	overflow:hidden;
	float:left;
	width:27%;
}
.main_post_sidebar{
	overflow:hidden;
	margin-bottom:20px;
}
.title_post_sidebar{
	overflow:hidden;
	border-bottom:3px solid #d30000;
	margin-bottom:15px;
}
.post_sidebar{
	overflow:hidden;
	margin-bottom:15px;
	border-bottom:1px dashed #9F9F9F;
	padding-bottom:15px;
}
.post_sidebar span{
	font:11px/18px 'iransans';
	color:#727171;
	float:left;
}
.main_box{overflow:hidden;}
.main_box div:last-child{border-bottom:0 !important;}
.archive_sidebar{
	  font: 13px/25px 'iransans';
  color: #fff;
  background: #d00000;
  padding: 0 20px;
  margin-top: 9px;
}
.archive_sidebar:hover,.title_main_post a:hover,.archive_news:hover{background:#E80101;}
.post_article{
	overflow:hidden;
	margin-bottom:10px;
}
.post_article img{
	width:221px;
	height:144px;
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
.post_article h2 a{
	color: #313131;
}
.post_article:hover h2 a{color:#202020;}
.post_article:hover img{
transform: scale(0.9,0.9);
  -webkit-transform: scale(0.9,0.9);
  -moz-transform: scale(0.9,0.9);
  -ms-transform: scale(0.9,0.9);
  -o-transform: scale(0.9,0.9);
}
/*--sidebar*/
.sidebar{
	float:left;
	width:28%;
	overflow:hidden;
}
.the_news{
	overflow:hidden;
	background: #ecebeb;
}
.news{
	overflow:hidden;
	padding:10px 15px;
}
.news img,.tab_content ul li img{float:right;margin-left:7px;border: 1px solid #D0D0D0;border-radius: 3px;
-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.news:hover img,.tab_content ul li:hover img{
	transform: scale(1.05,1.05);
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
}
.news h2 a{
	font: 13px/20px 'iransans';
	color: #3c3c3c;
	display:block;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	padding: 0px 0;
}
.news:hover h2 a{color:#cf0000;}
.login{
	overflow:hidden;
	background:#DBDADA;
	margin:20px 0;
	padding:0 15px;
}
.login h5,.the_news h5{
	font:20px/43px 'iransans';
	color:#202020;
	margin-bottom: 8px;
}
.the_news h5{
	padding-right:15px;
	border-bottom: 2px solid #C3C3C3;
	border-bottom: 1px dashed #CECECE;
}
.form_signup{overflow:hidden;margin-bottom:15px;}
.form_signup input[type="text"],.form_signup input[type="email"]{
	background:#f8f8f8;
	border:1px solid #bababa;
	margin-bottom:10px;
	padding:0 8px;
	height:27px;
	font:13px/27px 'iransans';
	color:#1e1e1e;
	width:70%;
}
.form_signup input[type="submit"]{
	background:#d00000;
	border:0;
	padding:0 20px;
	height:29px;
	clear:both;
	font:13px/27px 'iransans';
	color:#fff;
	cursor:pointer;
}
.tabs1{
	border-bottom:3px solid #d30000;
	overflow:hidden;
	position:relative;
}
.tabs1 li{
	float:right;
}
.tabs1 li a{
	display:block;
	font:16px/35px 'iransans';
	color:#202020;
	padding-left:30px;
}
.tabs1 li.current a{
	color:#cd0100;
}
.tabs1 li a:hover{color:#FE7373;}
.tabs1 li.active a{
	color:#cd0100;
	font-weight: bold;
   font-size: 17px;
}
.tab_container1{
	clear:both;
	overflow:hidden;
}
.tab_content ul{overflow:hidden;}
.tab_content ul li{
	border-bottom:1px dashed #232323;
	padding:10px 0;
	overflow:hidden;
}
.tab_content li a{
	font: 13px/22px 'iransans';
	color:#242424;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.tab_content li:hover a{color:#cc0104;}
.tab_content ul li:last-child{border-bottom:0;}
.tab_content ul li img{float:right;margin-left:10px;}
.banner_bottom{
	overflow:hidden;
	padding:25px 0;
	text-align:center;
	border-top:1px dashed #202020;
	margin-top:20px;
}
.banner_bottom img{max-width:100%;border: 1px solid #ABABAB;float: right;width: 49%;margin: 0.5%;box-sizing: border-box;}
.footer{
	overflow:hidden;
	border-top:1px dashed #202020;
	padding-top:20px;
}
.footer ul{overflow:hidden;text-align:center;}
.footer ul li{display:inline-block;margin-bottom: 10px;}
.footer ul li a{
	font: 13px/13px 'iransans';
  color: #3f3f3f;
  padding: 0 11px;
  border-left: 1px solid #3f3f3f;
  float: right;
}
.footer ul li:last-child a{border-left:0;}
.footer ul li a:hover{color:#bf0000;}
.footer p{
	font:13px/25px 'iransans';
	color:#252525;
	text-align:center;
	padding: 0px 0;
}
.copyright #themework{
	display:block;
	font:13px/25px 'iransans';
	color:#bf0000;
	text-align:center;
}
.title_content{
	overflow:hidden;
	font:20px/35px 'iransans';
	color: #202020;
	border-bottom:3px solid #d30000;
	padding-bottom:8px;
}
.post_archive{
	overflow:hidden;
	border-bottom:1px dashed #202020;
	padding:25px 10px 15px;
}
.post_archive img{
	float:right;
	margin-left:10px;
}
.post_archive h2 a{
	display:block;
	font:16px/25px 'iransans';
	color:#202020;
}
.post_archive p{
	font:13px/20px 'iransans';
	color:#979595;
	padding-top:8px;
}
.read_more_archive{
	float:left;
	font:13px/25px 'iransans';
	color:#fff;
	background:#d00000;
	padding:0 20px;
	margin-top:10px;
	-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
}
.read_more_archive:hover{background:#E80101;}
.post_archive:hover h2 a{color:#d00000;}
.post_archive:hover{background:#eee;}
/*--pagination*/
.pagination{
	text-align:center;
	overflow:hidden;
	padding:6px 0;
	margin:30px 0;
	clear:both;
}
.page-numbers{
	font:14px/22px 'iransans';
	color:#727272;
	padding:0 9px;
	border:1px solid #d2d0d0;
	background:#e5e5e5;
	-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
}
.page-numbers:hover,.current-page{
	background:#D00000;
	border-color:#A40202;
	color:#fff;
}
/*--post-content*/
.post-content{
	overflow:hidden;
	font:14px/25px 'iransans';
	color:#525253;
	margin-top:20px;
}
.post-content p {margin-bottom: 15px;}
.post-content a{	color:#d00000;}
.post-content a:hover {color:#A90303}
.post-content ul li{list-style:inside disc;}
.post-content ol li {list-style:decimal inside;}
.post-content .alignright {float:right; margin:12px 0 12px 12px;max-width:100%;}
.post-content .alignleft {float:left; margin:12px 12px 12px 0;max-width:100%;}
.post-content .aligncenter {display:block; margin:12px auto;max-width:100%;}
.post-content table td {border:1px solid #555; padding:3px 6px;}
.post-content hr{margin-top: -5px;padding:0;}
.post-content img{max-width:100%;}
/*--fild*/
.post-content input[type="text"],
.post-content input[type="submit"],
.post-content input[type="email"],
.post-content input[type="number"],
.post-content input[type="password"],
.post-content select,.post-content textarea{
	background:#F2F2F2;
	border:1px solid #B0AEAE;
	padding:0 8px;
	font:13px/27px 'iransans';
	color:#535050;
	margin-top:10px;
	-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
}
.post-content input[type="text"],.post-content input[type="email"],.post-content select{
	width:35%;
	height:27px;
}
.post-content input[type="submit"]{
	background:#D30000;
	border:1px solid #BD0101;
	padding:0 15px;
	color:#fff;
	cursor:pointer;
}
.post-content input[type="submit"]:hover{background:#ED0606;}
.post-content textarea{
	width:90%;
	height:155px;
}
input:focus,textarea{outline:0;}
.post-content input:focus,.post-content textarea:focus{background:#FAFAFA;border-color:#A60101;}
/*--themework_comment*/
#themework_comment{
	overflow:hidden;
	margin-top:25px;
	clear:both;
}
.title_comment,#respond h3,.related_posts h3,#comments{
	font:18px/35px 'iransans';
	color:#202020;
	border-bottom:3px solid #d30000;
	padding-bottom:8px;
}
.commentlist li{
	overflow:hidden;
	padding:10px;
	border-bottom:1px dashed #202020;
	margin-top:10px;
	list-style:none !important;
}
.commentlist li .avatar{float:right;margin-left:20px;}
.commentlist li .vcard{
	float:right;
	overflow:hidden;
	font:16px/40px 'iransans';
	color:#d00000;
}
.comment-meta{
	overflow:hidden;
	float:left;
}
.comment-meta a{
	font:13px/40px 'iransans';
	color:#143F04;
	float:left;
	margin-right:30px;
}
.comment-meta em{
	font:12px/35px 'iransans';
	color:#d00000;
}
.commentlist li p{
	clear:both;
	font:13px/20px 'iransans';
	color:#8A8888;
	padding:15px 10px 0;
}
.commentlist li .reply{
	background: #d00000;
  padding: 0 10px;
  font: 13px/27px 'iransans';
  color: #fff;
  float:left;
}
.commentlist li .reply a{color:#fff;}
.commentlist li .reply:hover{background:#E50C0C;}
.commentlist li ul li{
	margin:20px 25px 20px 0;
	clear:both;
}
#themework_comment .alignleft,#themework_comment .alignright{margin:0;}
.commentlist li ul li:last-child{border-bottom:0;}
#respond{
	overflow:hidden;
	margin:30px 0;
}
#comment_form label{
	display:block;
	clear:both;
	margin-top:15px;
}
.cptch_block{float:right;margin-left:80px;}
.related_posts{
	overflow:hidden;
	margin-left:10px;
}
.related_posts ul{
	overflow:hidden;
	margin-top:20px;
}
.related_posts ul li a{
	font:14px/30px 'iransans';
	color:#202020;
	display:block;
	-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
}
.related_posts ul li a:hover{color:#d00000;}
.menu_icon{
	float:right;
	width:30px;
	height:30px;
	background:url(themework_images/icon_menu.png) no-repeat;
	margin:7px;
	display:none;
}
.navigation{
overflow:hidden;
}
.main_tags{
    overflow: hidden;
    border-right: 3px solid #d30000;
    background: #f2f2f2;
    padding: 6px 5px 7px 0;
}
.main_tags span{
}
.main_tags a{}
/*-----------------------------------screen_respansive-----------------------------------------*/
@media only screen and (min-width : 768px) and (max-width : 977px){
.main_slider{float:none;width:auto;}
.menu_top{float: right;clear: both;margin:0;}
.banner{float:none;width:auto;text-align:center;}
.main_post_content,.sidebar_content{float:none;width:auto;}
.wrapper{padding:15px;}
.main_content{width:65%;}
.sidebar{width:33%;}
.news h2 a{padding:0;}
.form_signup input[type="text"], .form_signup input[type="email"]{width:90%;}
.post-content input[type="text"], .post-content select{width:60%;}
}
@media only screen and (min-width : 480px) and (max-width : 767px){
.logo{width:225px;}
.main_content,.sidebar{float:none;width:auto;}
.menu_top{float: right;clear: both;margin:0;}
.banner{float:none;width:auto;text-align:center;}
.main_post_content,.sidebar_content{float:none;width:auto;}
.wrapper{padding:5px;}
.news h2 a{padding:0;}
.main_slider{display:none;}
.post-content input[type="text"], .post-content select{width:60%;}
}
@media only screen and (min-width : 320px) and (max-width : 479px){
.logo{width:225px;float:none;margin:0 auto;}
.main_content,.sidebar{float:none;width:auto;}
.banner{float:none;width:auto;text-align:center;}
.main_post_content,.sidebar_content{float:none;width:auto;}
.wrapper{padding:5px;}
.news h2 a{padding:0;}
.main_slider,.social_search,.menu_top{display:none;}
.post,.post_gallery,.post_news{float:none;width:auto;}
.post-content input[type="text"], .post-content select{width:70%;}
}
@media only screen and (max-width : 319px){
logo{width:225px;float:none;margin:0 auto;}
.main_content,.sidebar{float:none;width:auto;}
.banner{float:none;width:auto;text-align:center;}
.main_post_content,.sidebar_content{float:none;width:auto;}
.wrapper{padding:5px;}
.news h2 a{padding:0;}
.main_slider,.social_search,.menu_top{display:none;}
.post,.post_gallery,.post_news{float:none;width:auto;}
.form_signup input[type="text"],.form_signup input[type="email"]{width:90%;}
.post-content input[type="text"], .post-content select{width:90%;}
}
@media only screen and (max-width : 1169px){
.wrapper{width:auto;margin:5px;}
.banner img,.banner object,.banner_bottom img{max-width:100%;}
.post img,.post_gallery img,.post_article img{max-width:100%;height:auto;}
.header{height:auto;}
.tabs1 li a{padding-left:19px;}
}
@media only screen and (max-width : 977px){
.menu_icon{display:block;}
.menu_header ul{display:none;position:absolute;top:100%;right:0;background:#282b2d;z-index:99;width:100%;}
.menu_header ul li{float:none;border-bottom:1px solid #363b3d;}
.menu_header ul ul,.menu_header ul li span{display:none !important;}
}

 

111.jpg

222.jpg

لینک به ارسال

کلاس زیر رو پیدا کن و left رو به right تغییر بده

 

.banner_header

یعنی اینطوری بشه

 

.banner_header {
    float: right;
    margin-left: 29px;
    border: 1px solid #ABABAB;
}

 

لینک به ارسال
در 2 ساعت قبل، فرهاد گفته است :

کلاس زیر رو پیدا کن و left رو به right تغییر بده

 


.banner_header

یعنی اینطوری بشه

 


.banner_header {
    float: right;
    margin-left: 29px;
    border: 1px solid #ABABAB;
}

 

سلام و ممنون از راهنمایی های شما

این کارو انجام دادم و باز تغییری نکرد

لینک به ارسال
  • 2 هفته بعد...

به گفتگو بپیوندید

هم اکنون می توانید مطلب خود را ارسال نمایید و بعداً ثبت نام کنید. اگر حساب کاربری دارید، برای ارسال با حساب کاربری خود اکنون وارد شوید .

مهمان
ارسال پاسخ به این موضوع ...

×   شما در حال چسباندن محتوایی با قالب بندی هستید.   حذف قالب بندی

  تنها استفاده از 75 اموجی مجاز می باشد.

×   لینک شما به صورت اتوماتیک جای گذاری شد.   نمایش به صورت لینک

×   محتوای قبلی شما بازگردانی شد.   پاک کردن محتوای ویرایشگر

×   شما مستقیما نمی توانید تصویر خود را قرار دهید. یا آن را اینجا بارگذاری کنید یا از یک URL قرار دهید.

×
×
  • اضافه کردن...