• Resolved bbbelleville

    (@bbbelleville)


    Hi guys!
    I have published some posts that I have put in the footer menu. I have a little problem: only in mobile with max-width 500px the link of the last post (called “history of Pisa”) doesn’t work. For desktops and other measures it goes well.
    How can I do?
    Please and many many thanks!
    Paola

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Styled Themes

    (@gejay)

    Hello bbbelleville,

    It seems your page structure is quite messed up in mobile devices.
    However please add the following css inside the additional css section ofyour customizer;

    @media (max-width: 425px){
     #footer-content .textwidget p {
         margin-top: 72px;
     }
    }

    Thanks!

    Thread Starter bbbelleville

    (@bbbelleville)

    Ok, a big thanks!
    Greetings,
    Paola

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘link not working in footer menu of max-width 500px mobiles’ is closed to new replies.