thumbnail navigation on top
- Kleszewski
-
Topic Author
- Offline
- Platinum Member
-
- I like playing chess.
Less
More
- Posts: 575
- Thank you received: 17
8 years 11 months ago #35455
by Kleszewski
thumbnail navigation on top was created by Kleszewski
Please Log in or Create an account to join the conversation.
8 years 11 months ago #35458
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic thumbnail navigation on top
Hi
give me your url
I think that the best would be to hide the thumbs on mobile
CEd
give me your url
I think that the best would be to hide the thumbs on mobile
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- Kleszewski
-
Topic Author
- Offline
- Platinum Member
-
- I like playing chess.
Less
More
- Posts: 575
- Thank you received: 17
8 years 11 months ago #35460
by Kleszewski
Replied by Kleszewski on topic thumbnail navigation on top
agencja4.linuxpl.info/Iza2/realizacje
I tried to hide it but I can not cope with this problem
Best Regards.
I tried to hide it but I can not cope with this problem
Best Regards.
Please Log in or Create an account to join the conversation.
8 years 11 months ago #35461
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic thumbnail navigation on top
you must use a mediaqueries to set the resolution you want to target, then use this rule to hide it in a custom css file
Code:
.camera_thumbs {
display: none;
}
Joomlack Webmaster and Developer
The following user(s) said Thank You: Kleszewski
Please Log in or Create an account to join the conversation.
- Kleszewski
-
Topic Author
- Offline
- Platinum Member
-
- I like playing chess.
Less
More
- Posts: 575
- Thank you received: 17
8 years 11 months ago #35462
by Kleszewski
Replied by Kleszewski on topic thumbnail navigation on top
For such values hides thumbnail navigation
@media (max-width:979px)and (min-width:150px)
{
.camera_thumbs {
display: none;
}
But why this value does not move up? thumbnail navigation
@media (max-width:979px)and (min-width:150px)
{
.camera_thumbs_cont
{
margin-top:-50% !important;
}
}
@media (max-width:979px)and (min-width:150px)
{
.camera_thumbs {
display: none;
}
But why this value does not move up? thumbnail navigation
@media (max-width:979px)and (min-width:150px)
{
.camera_thumbs_cont
{
margin-top:-50% !important;
}
}
Please Log in or Create an account to join the conversation.
8 years 11 months ago #35463
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic thumbnail navigation on top
you can try to use
.camera_command_wrap {
top: -50%;
}
.camera_command_wrap {
top: -50%;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.231 seconds