Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1122507

    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

    #1122845

    Hey Istvan,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    .blog article{
    margin-top:150px!important;
    }}

    Best regards,
    Jordan Shannon

    #1123069

    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

    #1123338

    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

    #1123419

    Hi,

    thank you, it works fine. You can close the topic.

    Best regards
    Istvan

    #1123424

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘fixing menu for smart-phone’ is closed to new replies.