Logoposition and Responsive

  • Wissmann
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 4 months ago #34819 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

Please Log in to join the conversation.

  • Wissmann
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 4 months ago #34820 by Wissmann

Please Log in to join the conversation.

More
11 years 4 months ago #34825 by ivan.milic
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');
});

Please Log in to join the conversation.

  • Wissmann
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 4 months ago #34828 by Wissmann
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

Please Log in to join the conversation.

More
11 years 4 months ago #34834 by ivan.milic
Which background image?

Please Log in to join the conversation.

Time to create page: 0.161 seconds
Powered by Kunena Forum