Labels: code
posted by Dominic at 3:35 PM
Which picture?
If you use a blogger template rather than squeezing blogger onto the joomla page it might make things work a bit smoother - especially the youtube vid above.
round line 258 in your main page you have this CSS element:@media all {#header { width:500px; margin:0 auto 10px; border:0px solid #ccc; }if you change the 500px to 755px, your banner resorts to the full width.
Post a Comment
<< Home
3 Comments:
Which picture?
If you use a blogger template rather than squeezing blogger onto the joomla page it might make things work a bit smoother - especially the youtube vid above.
round line 258 in your main page you have this CSS element:
@media all {
#header {
width:500px;
margin:0 auto 10px;
border:0px solid #ccc;
}
if you change the 500px to 755px, your banner resorts to the full width.
Post a Comment
<< Home