The next and previous event links looks too long at iPhone view

Home Forums Calendar Products Community Events The next and previous event links looks too long at iPhone view

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1080990
    Nermin
    Participant

    Please see the attached image.
    IMG 1113

    Next event and previous events links look very long, and I have to scroll down to see the rest of the text.

    this is view from iPhone, safari.

    • This topic was modified 10 years, 2 months ago by Nermin.
    • This topic was modified 10 years, 2 months ago by Hunter.
    #1081813
    Hunter
    Moderator

    Hello and welcome back,

    I visited your site and experienced the issue you described. I opened up “Inspect” by right-clicking on my mouse and noticed the following CSS:

    .tribe-events-sub-nav li a {
        display: block;
        padding: 10px 20px 1000px;
        color: #fff;
        white-space: normal;
        position: relative;
        margin-bottom: -990px;
        background: #666;
    }

    The CSS padding has 1000px in it, so this may have something to do with the issue. Let me know if this information helps and have a great week!

    #1082786
    Nermin
    Participant

    Thank you, Hunter. I followed your instructions, and found the code that needs to be updated. When I changed it to 50, solved the problem.

    Do you know where I can make this change? Because from the web browser, I couldn’t edit and save. Would it be under theme setting? – couldn’t find it.

    another place I would go is the website ftps.

    any suggestions?

    #1083367
    Hunter
    Moderator

    Hey Nermin,

    Glad to hear you’ve located the issue. A few places you might be able to insert custom CSS would be:

    • style.css file in your theme folder (through FTP)
    • Look for a place to add custom CSS if your author included theme options.

    Hopefully this gets you pointed in the right direction and best of luck with the customizations. Have a good one!

    #1089159
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘The next and previous event links looks too long at iPhone view’ is closed to new replies.