-
AuthorPosts
-
dsinor Friend
dsinor
- Join date:
- July 2014
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
May 9, 2015 at 6:00 pm #206223My home page uses the small logo image function to reduce the logo image on small screens.
How can I change the breakpoint for “small logo” so that the change occurs “earlier”.
Currently, it seems to occur at the break between md and sm.
I’d like to have it occur at the break between lg and md.
I’ve looked in style.less and also header.php and mainnav.php, but i can’t figure this out.
Anyone?
Thanks!
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
dsinor Frienddsinor
- Join date:
- July 2014
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
May 11, 2015 at 9:19 pm #570206Okay, done.
I don’t run a custom css file. Optimally, i’d like to find less or php file that determines the small logo image breakpoint, but no luck so far.
Thanks!
dsinor Frienddsinor
- Join date:
- July 2014
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
May 11, 2015 at 9:19 pm #735278Okay, done.
I don’t run a custom css file. Optimally, i’d like to find less or php file that determines the small logo image breakpoint, but no luck so far.
Thanks!
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
May 12, 2015 at 7:38 am #570285Hi @dsinor,
The current rule for this part is placed in file /templates/baker3gun/local/css/themes/hometheme/template.css, you can navigate to template setting and enable Development Mode to see LESS file.
In case you want to use custom.css file, just add below rule to /templates/baker3gun/css/custom.css (if you don’t have this file, create a new one) :
@media (max-width: 1024px) {
.logo-control .logo-img-sm {
display: block;
}
.logo-control .logo-img {
display: none;
}
}Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
May 12, 2015 at 7:38 am #735351Hi @dsinor,
The current rule for this part is placed in file /templates/baker3gun/local/css/themes/hometheme/template.css, you can navigate to template setting and enable Development Mode to see LESS file.
In case you want to use custom.css file, just add below rule to /templates/baker3gun/css/custom.css (if you don’t have this file, create a new one) :
@media (max-width: 1024px) {
.logo-control .logo-img-sm {
display: block;
}
.logo-control .logo-img {
display: none;
}
} -
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by Adam M 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum