1. seyedsadr
  2. Commercial Templates
  3. Wednesday, 19 August 2015
  4.  Subscribe via email
We have purchased the J51_Enterprise - Default template. The logo is on the very top and centered at the moment. I was wondering if there is any way to put the logo on the top left side right next to the menu bar, like most websites
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To move your logo to the left you can the following to the Custom CSS field of your templates parameters...


#header {
display: block;
margin: 0 auto;
position: relative;
text-align: left;
width: 1040px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Your logo can be re-positioned vertically using the 'Y Position' field available in the 'Logo' tab of your templates parameters.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,
my customer would like to move the logo left. The Custom CSS works fine but not in "Responsive" iPhone / iPad!!
#header {
display: block;
margin: 0 auto;
position: relative;
text-align: left;
width: 1040px;
}


Thanks for your help again.
Frank
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Frank

A more responsive solution would be to use 'max-width' rather than 'width'...


#header {
display: block;
margin: 0 auto;
position: relative;
text-align: left;
max-width: 1040px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,
:) that's it. Thank you so much again.

Frank
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!