Thread Rating:
  • 7 Vote(s) - 3.71 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.6] MyBlu Theme
#61
how to move logo to the left side??
Reply
#62
In global.css find:
.logo {
	background: #0068b1 url(images/MyBlu/headerbg.png) top left repeat-x;
	text-align: center;
	height: 84px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

Replace with:
.logo {
	background: #0068b1 url(images/MyBlu/headerbg.png) top left repeat-x;
	text-align: left;
	height: 84px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
Reply
#63
Thanks for that,and one more question??can i ad no conflict script in header_include after {$newpmmsg}<script type="text/javascript">jQuery.noConflict();</script>
Reply
#64
Please want change quote box in this themes to be more pretty,can you provide codes for that??
Reply
#65
Nice theme...

I would like to add about 30 pixel to the thicknesses top blue strip of the . Header where the logo is.

Where would I make those edits?

Thanks.
Reply
#66
there is no any support for this theme
Reply
#67
(2012-06-17, 07:07 AM)lexy Wrote: Please want change quote box in this themes to be more pretty,can you provide codes for that??

You need to edit blockquote in global.css

(2012-11-30, 04:36 PM)tropicalsuns Wrote: I would like to add about 30 pixel to the thicknesses top blue strip of the . Header where the logo is.

You'll need to edit the header image itself or add padding in global.css?

Can you link to your site because I don't have a copy of the theme running anywhere at present?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)