-
AuthorPosts
-
October 4, 2015 at 3:01 pm #731278
Hi,
I would like to have a bigger logo at the template. I have only 5 menu points – so I would like to move the menu points a little bit to the right and make my logo bigger.
With firebug I saw that it is set with bootstrap.
Where is the correct file for it located and how can I solve the problem?At the moment, I selected at the “Theme” a .png at “LogoImage”.
But it is not in the right position.Screenshot:
Thanks!
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 12, 2015 at 7:08 am #751337Hi @slate,
Please open file templatesja_events_iitplsblocksheader.php and look for this code :
<div class="col-xs-6 col-sm-2 logo">
increase the width of this block by update as below :
<div class="col-xs-6 col-sm-3 logo">
next, you will need to find the code for Main Menu block :
<nav id="t3-mainnav" class="col-xs-2 col-sm-8 navbar navbar-default t3-mainnav">
and reduce it as below :
<nav id="t3-mainnav" class="col-xs-2 col-sm-7 navbar navbar-default t3-mainnav">
October 12, 2015 at 12:09 pm #751394Thanks, that is what I searched for!
I would like to have the logo on the left and make it bigger, but as I see it is outside of the “row” of bootstrap.
How can I realise it?Thanks!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 12, 2015 at 2:51 pm #751405It would be most helpful if you could upload your site to your webhost server and provide the url – as you have made various custom modifications that can’t always be appropriately addressed via the base template and/or version.
1 user says Thank You to TomC for this useful post
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 13, 2015 at 11:24 am #751506Hi @slate,
As stated above, it’s better if you can temporary upload your site somewhere so we can check. To manually move the logo to left side, open file templatesja_events_iicsscustom.css then add this code :
.logo-image {
left: -20px; /* adjust this value to suite your need */
position: relative;
}October 13, 2015 at 3:27 pm #751531Thanks for your reply!
The site is now online for you: http://slate.dj-schweinfurt.de/index.phpThanks!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 13, 2015 at 3:31 pm #751534<em>@slate 497197 wrote:</em><blockquote>Thanks for your reply!
The site is now online for you: http://slate.dj-schweinfurt.de/index.phpThanks!</blockquote>
Thank you for that . . . . Before going further, did you try Adam M’s suggestion above yet?
October 13, 2015 at 3:43 pm #751537<em>@TomC 497200 wrote:</em><blockquote>Thank you for that . . . . Before going further, did you try Adam M’s suggestion above yet?</blockquote>
Sure 🙂
I moved the nav to the right.
As I see, you use bootstrap.
And I like to have the logo on the left, I think thats outside of the “row” section..TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 13, 2015 at 3:52 pm #751538If I’m understanding correctly what you’re wanting, try this . . .
Within file path –> /templates/jaeventsii/css/themes/blue/template.css
at line 4574, modify as follows:
.logo a {
display: inline-block;
line-height: 1;
margin-left: -100px;
}SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
Better ??
October 16, 2015 at 10:45 pm #751980Thanks, its better now 🙂 — on the PC…
But on the smartphone, the logo is now too much on the left.
The half can?t be shown on my smartphone.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 20, 2015 at 6:49 am #752246@slate: try to use media queries to add css style for specific screen size: http://getbootstrap.com/css/#grid-media-queries
-
AuthorPosts
This topic contains 13 replies, has 4 voices, and was last updated by Saguaros 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum