Hi!
Maybe someone is having an idea...
For the mobile logo of the J51_Template, I want to use relative image size. It's only possible to use a mobile logo without using relative image size. My customer sent me a link to a Prestashop as an example.... https://www.stoffkids.at. On mobiles, the images size of the logo is varying, depending if you are holding your phone upright or horizontal.
Thank you,
Manfred
- MySigma
- Commercial Templates
- Thursday, 26 November 2020
- Subscribe via email
Hi Manfred
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.is-sticky .header_main {
position: relative !important;
}
.is-sticky .logo img {
max-width: 100%;
}
.is-sticky .logo {
padding: 25px 40px;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 2
Hi Ciaran,
On scroll, the complete header should hide to get more space for the content. I've added a "go to top" plugin to get back to the top and see the header/menu again.
Logo, social media icons, menu button,... all should hide on scroll.
Thank you,
Manfred
On scroll, the complete header should hide to get more space for the content. I've added a "go to top" plugin to get back to the top and see the header/menu again.
Logo, social media icons, menu button,... all should hide on scroll.
Thank you,
Manfred
- more than a month ago
- Commercial Templates
- # 3
Thank you Manfred. Many happy returns
Do you just wish to hide just the menu toggle button on scroll or the entire header (which contains the menu toggle)?
Ciaran
Do you just wish to hide just the menu toggle button on scroll or the entire header (which contains the menu toggle)?
Ciaran
- more than a month ago
- Commercial Templates
- # 4
Hi Ciaran,
A happy new year and thank you for your response. I've sent you an e-mail today morning. There should be the link inside. The e-mail was sent to info@joomla51.com. Didn' t you received it?
Manfred
A happy new year and thank you for your response. I've sent you an e-mail today morning. There should be the link inside. The e-mail was sent to info@joomla51.com. Didn' t you received it?
Manfred
- more than a month ago
- Commercial Templates
- # 5
Hi Manfred
Would you have a URL to an example of the mobile menu you wish to hide?
Ciaran
Would you have a URL to an example of the mobile menu you wish to hide?
Ciaran
- more than a month ago
- Commercial Templates
- # 6
Hi Ciaran,
I've tried different things but I don't get it work. ?
Could you give me some tips?
Your help is much appreciate!
Manfred
I've tried different things but I don't get it work. ?
Could you give me some tips?
Your help is much appreciate!
Manfred
- more than a month ago
- Commercial Templates
- # 7
Hi Ciaran,
after another meeting with my customer we want to try another way. Is it possible to hide the menu instead of reducing the size when scrolling down the website on a mobile device? Currently I'm not using a module for the menus.
Best regards,
Manfred
after another meeting with my customer we want to try another way. Is it possible to hide the menu instead of reducing the size when scrolling down the website on a mobile device? Currently I'm not using a module for the menus.
Best regards,
Manfred
- more than a month ago
- Commercial Templates
- # 8
Hi Manfred
Could you share a screenshot demonstrating the space you are referring to?
Ciaran
Could you share a screenshot demonstrating the space you are referring to?
Ciaran
- more than a month ago
- Commercial Templates
- # 9
Hi Ciaran,
I "nearly" fixed it I reduced the free space beneath the logo with following code:
But when you scroll down and the logo gets smaller, there is again to much space beneath the logo. How can I reduce this empty space?
Kind regards,
Manfred
I "nearly" fixed it I reduced the free space beneath the logo with following code:
#container_header {
height: 180px;
}
But when you scroll down and the logo gets smaller, there is again to much space beneath the logo. How can I reduce this empty space?
Kind regards,
Manfred
- more than a month ago
- Commercial Templates
- # 10
Hi Ciaran,
top!! The icons are now on the right side... Thanks! Maybe it is also possible to reduce the empty space beneath of the logo? The idea was making the logo area smaller. You should see it on the screenshots / drafts which were sent to you. ;-)
Thank you very much!
Manfred
top!! The icons are now on the right side... Thanks! Maybe it is also possible to reduce the empty space beneath of the logo? The idea was making the logo area smaller. You should see it on the screenshots / drafts which were sent to you. ;-)
Thank you very much!
Manfred
- more than a month ago
- Commercial Templates
- # 12
Hi Manfred
To amend you can add the following to the Responsive Custom CSS fields within the General -> Responsive Options tab of your template settings. For more details on using these fields may I suggest the following article... https://joomla51.com/tutorials/template-parameters/applying-custom-css-to-a-screensize-device
(edit to taste)
Ciaran
To amend you can add the following to the Responsive Custom CSS fields within the General -> Responsive Options tab of your template settings. For more details on using these fields may I suggest the following article... https://joomla51.com/tutorials/template-parameters/applying-custom-css-to-a-screensize-device
(edit to taste)
#socialmedia {
position: absolute;
top: 2rem;
right: 5px;
}
#socialmedia ul {
max-width: 32px;
flex-wrap: wrap;
}
.slideout-toggle-open {
position: relative;
top: -30px;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 13
Hi Manfred
Sure. Drafts can be sent to info@joomla51.com. For our reference please paste a link to this post in your email.
Ciaran
Sure. Drafts can be sent to info@joomla51.com. For our reference please paste a link to this post in your email.
Ciaran
- more than a month ago
- Commercial Templates
- # 14
Hi Ciaran,
I've talked to my customer yesterday and we made a draft how it should look like. I think that's not a big deal for you... Can I send you the draft via E-Mail and we talk if it's easy to realise? I don't want to make this thread to much off-topic.
Manfred
I've talked to my customer yesterday and we made a draft how it should look like. I think that's not a big deal for you... Can I send you the draft via E-Mail and we talk if it's easy to realise? I don't want to make this thread to much off-topic.
Manfred
- more than a month ago
- Commercial Templates
- # 16
Hi Manfred
Strangely we are unable to replicate. On which size screen are you having this issue?
Ciaran
Strangely we are unable to replicate. On which size screen are you having this issue?
Ciaran
- more than a month ago
- Commercial Templates
- # 17
Hi Ciaran,
sorry for my late response. The logo is now centered but it still goes to the left top when you scroll down the page. Is it possible to keep the logo always centered?
Manfred
sorry for my late response. The logo is now centered but it still goes to the left top when you scroll down the page. Is it possible to keep the logo always centered?
Manfred
- more than a month ago
- Commercial Templates
- # 18
Hi Manfred
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
@media only screen and (max-width:959px) {
.header_main .wrapper960 {
padding-right: 0;
}
.logo {
width: 100%;
display: flex;
justify-content: center;
}}
Ciaran
- more than a month ago
- Commercial Templates
- # 19
Hi Ciaran,
I removed the logo and it seems to get better. I think this was my fault because of the "unlucky" picture size of the mobile logo. Is it possible to CENTER the logo and keep it centered when scrolling? Currently the logo is moving to the left top of the screen.
Manfred
I removed the logo and it seems to get better. I think this was my fault because of the "unlucky" picture size of the mobile logo. Is it possible to CENTER the logo and keep it centered when scrolling? Currently the logo is moving to the left top of the screen.
Manfred
- more than a month ago
- Commercial Templates
- # 20
- Page :
- 1
- 2
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »