-
AuthorPosts
-
soam jena Friend
soam jena
- Join date:
- September 2014
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
June 16, 2014 at 7:00 am #198870Hello there,
I am using your JA BRISK template and developed a site.But the problem i am facing is that the header part is not respoinsive on mobile.Specially the Logo.
What i need is that the logo to be responsive and also the search to be placed properly.How can i accomplish this ??
See the attached: The site view of your template on mobile.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 16, 2014 at 7:22 am #539010Ja_Brisk demo page appears correctly on mobile version for Logo and search position.
anyway if you can post here the url to your website we can better check it .
soam jena Friendsoam jena
- Join date:
- September 2014
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
June 16, 2014 at 7:24 am #539011Here is the url of the site:
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 16, 2014 at 7:42 am #539014Your logo is 162 px wide respect the default 80 px logo
To avoid this you should load a customized logo image for the mobile layout , so in your custom.css file you can add
@media (max-width: 767px) {
background-image: url("../images/yournewimage.png");
background-repeat: no-repeat;
width: 80px;
height: 50px;
}
}
Remember also to modify the margin-left in this file ja_brisk/ css/template-responsive.css line 1459
.ja-header .ja-logo {
margin-left: 0; <-------This is a duplicated info
left: -104px; <-----------that's your actual settings
position: absolute;
width: auto;
}Hope that helps
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by pavit 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum