Okay
  Public Ticket #2319672
"Neuron Timeline" -date not showing on mobile
Closed

Comments

  • Herr-Knobel started the conversation

    By collapsing the date would change to "display: none !imortant" but i also have no option to show it otherwise than thru meta-data. But that also shows up on bigger resolutions and would be a pretty bad workaround.

    Now i have the probllem, that i found this problem quite late in finalising process. Site launch on Sunday...

    (Besides your Theme (Elementor Background-settings etc.) have Problems with 4k. Maybe implement a button for swiching to 

    @media only screen and (min-width: 1920px) {
    .l-theme-wrapper {
    max-width:1920px;
    margin: 0 auto;}

    or something like it. But besides this - i think the arteon is one of the best Themes i woked with yet! Big  Probs :)

  •  675
    Neuron replied

    Hi,

    I am very sorry for the late reply, we did not work on the weekend, feel free to ask for anything you need.

    Can you please provide me with an URL of that page, so I can check what is going on.

    That sounds like a great idea, we really should think something to implement that. This is how we extend the container which holds all the layout. https://prnt.sc/rdpuvq

    @media (min-width: 1200px) {
        .container {
            max-width: 1140px;
        }
    } @media (min-width: 992px) {
        .container {
            max-width: 960px;
        }
    } @media (min-width: 768px) {
        .container {
            max-width: 720px;
        }
    } @media (min-width: 576px) {
        .container {
            max-width: 540px;
        }
    }

    You can override the values anytime, by adding !important and adding new queries, like the one below.

    @media (min-width: 1800px) {
        .container {
            max-width: 1800px !important;
        }
    }
    

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Herr-Knobel replied privately
  •  675
    Neuron replied

    Hi,

    I am very sorry for the late reply.

    We use a third-party plugin for the timeline element, that is called Element Pack.

    Can you please check it and see if the original demo presentation got anything for mobile, so we can check and see if that can be done through options.

    https://elementpack.pro/demo/element/timeline/

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.