Okay
  Public Ticket #3234729
width of the page
Closed

Comments

  • Jen started the conversation

    I've seen other people mention it but I haven't seen a public answer for it. In all of the demos of this theme, there are large margins with the page content all in the center of the page. Right now, the page seems to be full width and I can't find any settings to change this.I tried messing with the CSS but I'm still having issues to make it work similar to the demo of the theme that I purchased. It seems like an update made a mess of this. What can I do? Thank you.

  •  867
    Neuron replied

    Hi,

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

    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


  • Jen replied

    Thank you for your response. I do believe I fixed the issue by using max-width:%;  into the custom css. If I may ask you another question for the issue I'm having, though. 

    When I go to my blog page, my meta data is showing the wrong colors. I have changed the setting colors for Typography and style but cannot figure out why these are still showing up as the wrong colors. I have tried many different css attempts but still cannot figure out how to fix the colors of the author, date, and categories. I'll attach a picture below. Please note how the word "art" is still green and the date is white. 

    Thank you. 

    Attached files:  Screenshot 2023-02-20 at 3.52.51 AM.png

  •  867
    Neuron replied

    Hi Jen,

    1) Can you please add the following CSS code at Dashboard > Proton Options > Custom CSS, that'll fix 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;
        }
    }
    

    2) Can you please tell me what color have yo set to the meta data?

    Feel free to ask for anything you need.

    Kind Regards