Forum Replies Created
-
AuthorPosts
-
ashrafashraf
MemberExcellent.
Fixed.Thanks Sakin.
ashrafashraf
MemberHi Sakin,
There is something wrong on the footer,
the section of my power by is on the left.
and the section of my copyright is on the right.
How can i change that ? pleaseashrafashraf
MemberYes, fixed the issue on my desktop.
But about my iphone which one must i change it the padding for it ? pleaseashrafashraf
MemberOk, I added the following : Can do please check my site ? the power and copyright sections is not on the correct place on my PC ?
/* Sakin responsive design*/#site-generator { padding-top: 459px; }
@media screen and (max-width: 1060px) {
#site-generator { padding-top: 300px; }
}
@media screen and (max-width: 960px) {
#site-generator { padding-top: 220px; }
}
@media screen and (max-width: 767px) {
#site-generator { padding-top: 134px; }
}
@media screen and (max-width: 479px) {
#site-generator { padding-top: 75px; }
}
@media screen and (max-width: 767px) {
#site-generator .copyright, #site-generator .powered {
display: inline;
width: 47%;
}
#site-generator .copyright {
float: left;
margin-right: 3%;
margin-left: 0;
text-align: right;
}
#site-generator .powered {
float: right;
margin-left: 3%;
margin-right: 0;
text-align: left;
}
}/* end of responsive design*/
ashrafashraf
MemberFirst, I a sorry for confused.
And please, Can i know which code must i remove before at add your code?pleaseashrafashraf
MemberVery nice really.
Thanks sir.
ashrafashraf
MemberHi Sakin,
Please, Can i get help to fix this ticket? pleaseBest regards
A.J.ashrafashraf
MemberI added the following image:
body {
background-image: url(“http://www.idaat.se/wp-content/uploads/2014/06/15612711_xl1.jpg”);}
Please, If you see the image on my website is not have the same style when you check it separate.
How can i fix that ?
Best Regards
//A.J.ashrafashraf
MemberHi Sakin,
Please, Can i get a help please?Best wishes
A.J.ashrafashraf
MemberWhat do you think, if we add the following :
#site-generator .powered, #site-generator .copyright {
padding-top: 60px;}In this case we will put these sections under the image and we can read them easy.
But i don’t know if it will working with the iphone or another devices !!!ashrafashraf
MemberI added your code, But it is not happened anything.
Please, Can do check it ?Please
ashrafashraf
MemberI want to but my power and copyright sections on the bottom of footer to be like:
http://grab.by/y37Gand then I want when i open my site on any devices at will keep these sections on the same place when i open my site on any desktop.
Please,Sakin, help me to do that?
Thanks
ashrafashraf
MemberOk sir, I reomved all my codes.
But I get new issue.
Can do please check it ? thanksI removed all the following :
@media screen and (min-width: 961px) {
#site-generator .copyright, #site-generator .powered {
padding-top: 60px;
}
}#site-generator .powered {
padding-top: 60px;color: black;
font-weight: bold;
}#site-generator .copyright {
float: left; width: 275px;
}#site-generator .powered {
float: right;
width: 200px; }/*
#slider.slider-fullwidth { margin-bottom: 0 }.entry-content{
padding-top: 0px !important;
}
article#post-16.post-16.page.type-page.status-publish.hentry{padding-top: 0px !important;
}*/ashrafashraf
MemberThanks sir for your answer.
Best wishes
A.J.ashrafashraf
MemberIt is working now,When I open my site on the iphone then the copyright and the power section is not on the correct position.
Please,Can do check it ?Thanks
ashrafashraf
MemberThanks sir.
ashrafashraf
MemberThanks sir, you are a great man .
Thanks
ashrafashraf
Memberwow, You fixed the issue.
1000 thanks.
Please, I have the following : http://grab.by/y2gsHow can i put the copyright and power section on the right place when i open it on my iphone ?
Thanks
ashrafashraf
MemberSo i must remove the following:
#site-generator {
background: url(“http://www.idaat.se/wp-content/uploads/2014/06/f.png”) no-repeat scroll center top #fff;
background-size: 100%;
padding-top: 459px;
color: black;
font-weight: bold;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2){
#site-generator {
background: url(“http://www.idaat.se/wp-content/uploads/2014/06/f.png”) no-repeat scroll center top #fff;
background-size: 50%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
min-width: 50%;
min-height: 50%;
max-width: 100%;
}
}ashrafashraf
MemberThank you so much.
In this case, must i remove all my code that i added before and then add your code,
Is that right?Please!!!
-
AuthorPosts