Tagged: fixed menu
Hi,
I have fixed the menu for smart-phone in enfold child>quick css with:
@media only screen and (max-width: 767px) {
.html_header_top.html_header_sticky #top #wrap_all #header {
position: fixed;
}
}
Now the issue is that viewing the blog side (Neuigkeiten or Újdonságok) with a smart-phone, the title does not appear:
http://impropage.com/hu/ujdonsagok/
So, how can I make the title visible?
Thanks
Istvan
Hey Istvan,
Add this to quick css:
@media only screen and (max-width: 767px) {
.blog article{
margin-top:150px!important;
}}
Best regards,
Jordan Shannon
Hi,
thank you, now the title is visble, so it works fine. But when I click “weiterlesen” (go on reading), the upper part of the picture cannot be seen (with a smartphone).
So, how can I make the whole picture visible?
Thanks
Istvan
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
.post-entry.post-entry-type-standard{
margin-top:200px!important;
}}
Best regards,
Jordan Shannon
Hi,
thank you, it works fine. You can close the topic.
Best regards
Istvan
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon