-
AuthorPosts
-
smartmax Friend
smartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
July 24, 2013 at 12:35 pm #189192Hi, I would like to move the logo just al little bit to the left.
-75px… I really could use some help
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 25, 2013 at 3:48 am #500083It seems that logo on your site is so big while the block for it is so small. You can fix it with this way
+ Change css file
Open templates/ja_hawkstore/css/themes/blue/template.css file
from
.logo-image a {
background-image: url("../../../images/themes/blue/logo.png") !important;
}
change to
.logo-image a {
background-image: url("../../../images/themes/blue/logo.png") !important;
width: 400px !important;
height: 116px !important;
}+ Change php file
Open templates/ja_hawkstore/tpls/blocks/header.php file
Find
<div class="span3 logo">
.
.
.
</div>and
<nav id="t3-mainnav" class="t3-mainnav navbar-collapse-fixed-top span9">
.
.
.
</nav>change to
<div class="span5 logo">
.
.
.
</div>and
<nav id="t3-mainnav" class="t3-mainnav navbar-collapse-fixed-top span7">
.
.
.
</nav>Let me know if it helps
cndglobal Friendcndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
November 22, 2013 at 1:15 pm #513154Ninja Lead
I read your response about moving logo to the left. I need to move my logo to the right (25 – 50 pixels)
Any help would be greatly appreciated.
Thanks,
cndglobal
————————
#ja-header { background: #c33 }#ja-header .main {
background: url(../images/map-bg.png) no-repeat left bottom;
padding: 8px 0 15px 0;
}h1.logo, div.logo-text h1 {
float: left;
font-size: 250%;
line-height: 1;
margin-left: -30px;
}div.logo-text h1 { margin-left: 0; }
/* Logo Image —*/
h1.logo { height: 63px; width: 255px; }h1.logo a {
background: url(../images/logo.png) no-repeat center center;
display: block;
height: 63px;
width: 255px;
}
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 25, 2013 at 7:59 am #513359Hi cndglobal,
It seems that you got the logo moved to right 50px since I saw you applied these codes into template.css file:
h1.logo {
height: 63px;
left: 50px;
width: 255px;
}Is it ok ?
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 4 voices, and was last updated by phong nam 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum