- Posts: 5
- Thank you received: 0
Logoposition and Responsive
-
Wissmann
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 4 months ago #34819
by Wissmann
Logoposition and Responsive was created by Wissmann
Hej,
i had Problems with the responsive Design. It don´t works at iPhone / iPad. The Menue is still the same. I read the Problem here, but the changes doesn´t work by my site.
Second - but i thin k simply: Where in .css i find to change the position of the logo image?
i must have ~ margin-top: 10px maybe
thanks a lot.
Guido
i had Problems with the responsive Design. It don´t works at iPhone / iPad. The Menue is still the same. I read the Problem here, but the changes doesn´t work by my site.
Second - but i thin k simply: Where in .css i find to change the position of the logo image?
i must have ~ margin-top: 10px maybe

thanks a lot.
Guido
Please Log in to join the conversation.
-
Wissmann
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
11 years 4 months ago #34820
by Wissmann
Replied by Wissmann on topic Logoposition and Responsive
Ah. Sitename:
www.studio77decor.de/2013/
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #34825
by ivan.milic
Replied by ivan.milic on topic Logoposition and Responsive
For second add this css to layout.css:
.hot_one_page_logo_image IMG{
margin-top:10px;
}
for first I don't know , you can try to do something in:
templates/hot_one_page/js/responsive_menu.js
perhaps you can trigger swapping to tinymenu by some more raw condition like:
if(topMenuWidth > topMenuContainerWidth) {
replace with:
if(jQuery(window).width() < 700) {
you can adjust value of 700 I have put.
Also add at bottom of that file:
jQuery(window).load(function(){
jQuery(window).trigger('resize');
});
.hot_one_page_logo_image IMG{
margin-top:10px;
}
for first I don't know , you can try to do something in:
templates/hot_one_page/js/responsive_menu.js
perhaps you can trigger swapping to tinymenu by some more raw condition like:
if(topMenuWidth > topMenuContainerWidth) {
replace with:
if(jQuery(window).width() < 700) {
you can adjust value of 700 I have put.
Also add at bottom of that file:
jQuery(window).load(function(){
jQuery(window).trigger('resize');
});
Please Log in to join the conversation.
-
Wissmann
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
11 years 4 months ago #34828
by Wissmann
Replied by Wissmann on topic Logoposition and Responsive
Hej,
thanks for the fast support!
Menue works now. But the background picture is now a little big to small. The rezise don´t work i think.
Thanks
thanks for the fast support!
Menue works now. But the background picture is now a little big to small. The rezise don´t work i think.
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #34834
by ivan.milic
Replied by ivan.milic on topic Logoposition and Responsive
Which background image?
Please Log in to join the conversation.
Time to create page: 0.161 seconds