Increase width for main content

  • Posted in : unRovr
  • uxer55
    Participant

    Hi,

    After you click into the main content (for example, “about me”, “resume”, “contact”, “portfolio”, “blog”), how can I expand the width of the container to allow for more room?

    Specifically, I would like to be able to show three projects in a row in the “portfolio” section, or three posts in a row in the “publications” section.

    How can I do this while still maintaining the current responsive breakpoints?

    Thanks

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    @media only screen and (min-width: 1600px) {
        .is-ajax-page-active .card-layout .card {
            max-width: 980px;
            }
    }
    

    Cheers.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register