Okay
  Public Ticket #2147612
responsive behaviour
Closed

Comments

  • BigEyes-Design started the conversation

    I really thought it was over but at the end I see all the little faults I missed...

    I use the Side Portfolio layout for most portfolio items. It should turn into vertical layout mobile or any less then 768px screen resolution. But it doesn't. It changes to vertical only at around 578px or less.
    The text does change from right aligned to centered at 768px (which it should) but the layout remains side layout. Please see screenshots. 

  •  675
    Neuron replied

    Hi,

    Since the portfolio is created with Elementor, you can edit the columns and change their width earlier, please tick on the column of the left side for example and press the monitor device, at the tablet device change the width from to 100% and it will change to vertical layout as you wish.

    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.

  • BigEyes-Design replied

    it's either I don't understand you or it doesn't work.
    If you meant the option in the first screenshot - it doesn't work. And if it would - it would affect all of the devices, including desktop, since there isn't any responsive option there.
    If you meant the option in the second screenshot - it did nothing.
    For my unskilled eyes it seems it is not something deriving from Elementor but it's a part of the basic responsive definitions of the theme.

  •  675
    Neuron replied

    Hi,

    I think we misunderstood each other, can you please provide me with your wp-admin and I will do that for you in one portfolio and I will explain the process.

    Kind Regards


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

  •   BigEyes-Design replied privately
  •   Neuron replied privately
  • BigEyes-Design replied

    added

  •  675
    Neuron replied

    Hi,

    Thanks for adding the user, I have added the following style in Custom CSS.

    @media (max-width: 768px) {
        .single .p-portfolio-single--sticky-content > * {
          max-width: 100% !important;
          flex: 0 0 100% !important;
        }    
    }

    It means from 768px the columns will change from 50% to 100%, you can change the 768 pixels to any size you want.

    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.

  • BigEyes-Design replied

    That's great! Thank you!

  •  675
    Neuron replied

    You're welcome anytimesmile.png

    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.