Shrink Logo
6 years 5 months ago #50044
by KH0805
Shrink Logo was created by KH0805
Hi,
i would like the logo on my site to shrink to a smaller height once a user beings to scroll down.
How can i do that?
i would like the logo on my site to shrink to a smaller height once a user beings to scroll down.
How can i do that?
Please Log in or Create an account to join the conversation.
6 years 5 months ago #50045
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Shrink Logo
Hi
is your logo in a top fixe wrapper ?
please give me your url
CEd
is your logo in a top fixe wrapper ?
please give me your url
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
6 years 5 months ago #50046
by KH0805
Replied by KH0805 on topic Shrink Logo
Please Log in or Create an account to join the conversation.
6 years 5 months ago #50047
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Shrink Logo
you can write this into your custom CSS (in parameters) :
adapt the duration and the width 
CEd
Code:
.topfixedwrapper .logo img {
transition: all 0.2s ease; /* for a nice animation */
}
.istopfixed .logo img {
width: 150px;
}

CEd
Joomlack Webmaster and Developer
The following user(s) said Thank You: webiedesign, KH0805
Please Log in or Create an account to join the conversation.
Time to create page: 0.201 seconds