-
AuthorPosts
-
July 9, 2013 at 1:06 am #188784
i add a logo 300×231 but i dont see wotking right here is the link
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 9, 2013 at 6:45 am #498385pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 9, 2013 at 6:45 am #498386Hi
I can see your logo in your page
July 9, 2013 at 12:56 pm #498417yeah but what you see is not even half of the logo i tried to go to template css and nothing
synapsis Friendsynapsis
- Join date:
- April 2007
- Posts:
- 234
- Downloads:
- 18
- Uploads:
- 28
- Thanks:
- 58
- Thanked:
- 19 times in 1 posts
January 28, 2014 at 9:05 pm #520280You need to adjust the size of the link anchor, so the background isn’t cut off. Find the height and width of your logo image, and then adjust the following lines in your CSS by adding the following to your custom.css with corrected height and width.
.logo-image a {
background-image: url("../images/logo.png");
background-repeat: no-repeat;
width: 300px;
height: 231px;
}
You *may* also need to change your header height to accomodate a larger logo. You do that by adding the following to your custom.css and adjusting the height style:
.ja-header .container {
background: #000000 !important;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
overflow: visible;
height: 240px;
}
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by synapsis 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
logo
Viewing 5 posts - 1 through 5 (of 5 total)