• Resolved luc99

    (@luc99)


    Hello,

    first of all, thanks for creating this awesome theme!

    I am currently using everal on my website (https://www.besttechdealz.de/) and it worked perfectly.
    I have recently activated the content sidebar, but now the post titles on the homepage are not clickable when using a mobile browser.

    This error only occurs when I acces the website on a mobile device or when I reduce the size of my browser window.

    Since the error only occurs with the sidebar enabled I think that the sidebar somehow blocks the posts.

    Is there a way to fix this, because I would like to use a sidebar.

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • the content section is somehow layered by another div;
    from my inspection tool:

    /* Line 1975 */
    .widget .divider
    {
      position: relative;
    }

    compensate with:

    #primary { position: relative; z-index: 2; }

    in a child theme or via a custom CSs plugin…

    (not tested in actual mobiles or in various browsers)

    Thread Starter luc99

    (@luc99)

    Thanks for the Solution!
    It works now.

    Hey Luc,

    I see you managed to get more room for the title of your page. Could you maybe look at my question too? I have problems getting the title on 1 line. I am sure this is a noob question.

    You can see what I mean at https://www.ikwilschrijverworden.nl

    Thanks!

    PS: If you don’t have the time, don’t worry, I will wait for someone else.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post-Titles on Homepage not clickable’ is closed to new replies.