Okay
  Public Ticket #3232929
Demo import
Closed

Comments

  • Joe started the conversation

    Site doesn't reflect the demo properly. 

    Attached files:  Screen Shot 2023-02-15 at 4.07.41 PM.png

  •  867
    Neuron replied

    Hi,

    Can you please provide me with your wp-admin, I will have a quick look to see what's going on.

    Feel free to ask for anything you need.

    Kind Regards


  •   Joe replied privately
  • Joe replied

    Any help from the community here? Portfolio dimensions are too large, taking up entire screen. Images are not present. Any suggestions on what to try to have the demo import properly? Does not seem to be a plug-in issue. 

    Any help is greatly appreciated. 

  •  867
    Neuron replied

    Hi Joe,

    Sorry for the late reply,

    I've just fixed your site width, please take a look at it.

    Feel free to ask for anything you need.

    Kind Regards


  • Joe replied

    No worries. Thank you. 


    Can you briefly tell me what the issue was?



  •  867
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    I've added the following CSS code at Dashboard > Proton Options > Custom CSS, and that fixed the issue.

    @media (min-width: 1200px) {
        .n-container {
            width: 1170px !important;
            margin: auto !important;
            padding-left: 0;
            padding-right: 0;
        }    
    }
    @media (min-width: 768px) {
        .n-container {
            width: 750px !important;
            margin: auto !important;
            padding-left: 0;
            padding-right: 0;
        }
    }
    @media (min-width: 1140px) {
        .n-container {
            width: 1140px !important;
            margin: auto !important;
            padding-left: 0;
            padding-right: 0;
        }
    }
    

    Feel free to ask for anything you need.

    Kind Regards