-
AuthorPosts
-
Andrew Winkler Friend
Andrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
September 12, 2014 at 1:33 am #201262The right half of the logo gets cropped off in Firefox, IE and Chrome. I have changed the logo size parameters in both /templates/ja_nex/ and /plugin/system/ templates.css files.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 12, 2014 at 4:29 am #549241<em>@andrewwinkler 445399 wrote:</em><blockquote>The right half of the logo gets cropped off in Firefox, IE and Chrome. I have changed the logo size parameters in both /templates/ja_nex/ and /plugin/system/ templates.css files.</blockquote>
Hello there is no need to edit the >>>plugin/system/ templates.css files . you can find all the css in template.css of JA Nex .
i checked and found that the original file of logo is cropped . please replace it with correct logo file .
your logo file
http://prntscr.com/4m0dcd1 user says Thank You to Pankaj Sharma for this useful post
Andrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
September 12, 2014 at 4:38 am #549247Oups. No idea how that happened. I throught I had uploaded the corrected file already. Thanks for that.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 12, 2014 at 4:40 am #549249please upload the file . and let me know if there is any issue with it . I will help you 😀
1 user says Thank You to Pankaj Sharma for this useful post
Andrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
September 12, 2014 at 5:04 am #549262It’s looking how intended now, except I would like to move the logo further to the left.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 12, 2014 at 5:10 am #549264<em>@andrewwinkler 445451 wrote:</em><blockquote>It’s looking how intended now, except I would like to move the logo further to the left.</blockquote>
HI to move it further on left
Go to template/JA nex/css/template.cssfind this code
h1.logo a {
background: url("http://therebel.org/templates/ja_nex/images/logo.png") no-repeat scroll center center transparent;
display: block;
margin-left: -112px;
height: 56px;
width: 220px;
}
increase the value of margin left as per your need .>>>margin-left: -112px;
Hope it helps you
Andrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
September 12, 2014 at 5:23 am #549272It doesn’t seem to make any different how high or low I set the margin-left: value.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 12, 2014 at 5:26 am #549274<em>@andrewwinkler 445462 wrote:</em><blockquote>It doesn’t seem to make any different how high or low I set the margin-left: value.</blockquote>
Hello please change the margin-left value >>>margin-left: -165px;
it will move the logo left >>>>http://prntscr.com/4m0m2v
if still have some issue let me know with a screenshot , i will do it directly on your siteAndrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
September 12, 2014 at 5:40 am #549277Made no difference. I even tried -300, still looked the same. I don’t want to move it further left. I want it horizontally aligned with the rest of the screen (menu, content)
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 12, 2014 at 5:46 am #549282<em>@andrewwinkler 445467 wrote:</em><blockquote>Made no difference. I even tried -300, still looked the same. I don’t want to move it further left. I want it horizontally aligned with the rest of the screen (menu, content)</blockquote>
Hello i changed it on your site .
css/template.css
h1.logo a {
background: url("http://therebel.org/templates/ja_nex/images/logo.png") no-repeat scroll center center transparent;
display: block;
/* margin-left: -112px;*/
margin-left: -165px;
height: 56px;
width: 220px;
}Please check your site now . changes are working fine .
1 user says Thank You to Pankaj Sharma for this useful post
Andrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
September 12, 2014 at 6:20 am #549291I tried in Firefox, Explorer and Chrome. In all 3 browsers the logo is about 220px too far to the left.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 12, 2014 at 6:23 am #549292Hi
you can change the value of margin-left
as i mentioned in my last post . i just modified the value same as i told you to do .
currently margin-left is -165px .
clear your site cache
+ purge expired cache
+ clear browser cache of your system after changing the css .
or add a screenshot where you want to set the logo . i will do it for you1 user says Thank You to Pankaj Sharma for this useful post
Andrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
September 12, 2014 at 6:36 am #549295Can you please also tell me why it doesn’t show the background map below the red header?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 12, 2014 at 6:43 am #549296<em>@andrewwinkler 445484 wrote:</em><blockquote>Can you please also tell me why it doesn’t show the background map below the red header?</blockquote>
can you add a screenshot and illustrate your issue in it so that i can check what exactly you are talking about .
http://prntscr.com/4m0xe5Andrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
September 12, 2014 at 7:19 am #549302<em>@andrewwinkler 445484 wrote:</em><blockquote>Can you please also tell me why it doesn’t show the background map below the red header?</blockquote>
This map is supposed to be embedded in the red header below the logo.
AuthorPostsThis topic contains 16 replies, has 2 voices, and was last updated by Pankaj Sharma 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum