CSS
-
Hi Guys,
I am using the code below in style.css for
https://www.ghanalandlords.com/
to try and move the image above the site title to the right like it is on this site – https://www.qstalk.com/it is the same code i used in https://www.qstalk.com/ but it is not working for https://www.ghanalandlords.com/. theme and everything is the same tho. Would be grateful if someone could see what i maybe doing wrong.
thanks in advance
.site-header { position: relative; padding-top: 100px; }
.header-ads { position: absolute; left: auto; top: 30px; width: 100%; text-align: center; }
@media screen and (min-width: 600px) {
.site-header { position: relative; padding-top: 1.71429rem; }
.header-ads { position: absolute; left: auto; right: 0; top: 30px; text-align: right; max-width: 70%; }
}
- The topic ‘CSS’ is closed to new replies.