Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

[SOLVED] logo issue
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: [SOLVED] logo issue

[SOLVED] logo issue 10 years, 7 months ago #12622

  • atreides
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
Hi everyone !
well, i have a little problem with the logo. Is it possible to change its size and position in order to customise the header ?
I'm working on localhost at present time, everything is fine with this great template, exept the logo...

Thanx for your replies.
The topic has been locked.

Re: logo issue 10 years, 7 months ago #12677

Dear Paul,

1. Change positon order to customise the header:
go to custom these file .xml in templates/sj_plus/layouts
eg: open main-left-right.xml finding and order :
<header html5tag="header" order="1" id="yt_header" autosize="0">
			<positions>
				<position class="span3" data-tablet="span4"  type="feature">@logo</position>
				<position class="span3" data-tablet="span4"  data-mobile="span4"   style="none" type="modules">social</position>	
				<position class="span3"	data-tablet="hidden" data-mobile="hidden"  style="none" type="modules">search</position>	
				<position class="span3" data-tablet="span4"  data-mobile="hidden"  style="none" type="modules">contact</position>	
			</positions>
		</header>


=>

<header html5tag="header" order="1" id="yt_header" autosize="0">
			<positions>				
				<position class="span3" data-tablet="span4"  data-mobile="span4"   style="none" type="modules">social</position>	
			<position class="span3" data-tablet="span4"  type="feature">@logo</position>
				<position class="span3"	data-tablet="hidden" data-mobile="hidden"  style="none" type="modules">search</position>	
				<position class="span3" data-tablet="span4"  data-mobile="hidden"  style="none" type="modules">contact</position>	
			</positions>
		</header>



2. Change size logo

You can change logo image in this folder : your_site/templates/sj_plus/images/logo.png

and then open templates/sj_plus/css/template_blue.css file, find this code

#yt_header #yt_logoposition h1 a {
  display: inline-block;
}


=>

#yt_header #yt_logoposition h1 a {
  display: inline-block;
  max-width:100%;
  width:250px;/*edit my logo dimension*/
  height:100px;/*edit my logo dimension*/
}	

-----------------------------

#yt_header .row-fluid > div:before {
  content: "";
  border-left: 1px solid #ddd;
  height: 50px;
  margin-top: 20px;
  float: left;
  -webkit-box-shadow: 1px 0 0 #fff;
  -moz-box-shadow: 1px 0 0 #fff;
  box-shadow: 1px 0 0 #fff;
}


=> edit: height: 50px;


Thanks!
The topic has been locked.

Re: logo issue 10 years, 7 months ago #12712

  • atreides
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
Many thanks !

Regards.
The topic has been locked.
  • Page:
  • 1
Time to create page: 0.25 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes