Support for Envato Buyers Forums OldCar Edit width of the Article

Viewing 2 reply threads
  • Author
    Posts
    • #4666
      IgorCirya
      Member

      Hello Johnny,

      You could help by telling me where do I place the issue of the width of the post area?

      Originally width is 940px to 800px but I want to change.

      Thanks!

    • #4692
      IgorCirya
      Member

      Hi, thanks!

      Is there a way to keep the responsive effect? When I change the css, the post is a fixed size of 800px and does not adapt to the devices.

    • #4696

      Because you chagned the grid system, so that you have to change the responsive CSS at the same time.

      For example, you must change the .grid-12 width for different screen as below

      /*For Mobile device*/
      @media only screen and (max-width: 767px) {
      .container .grid-12 {width:100%;}
      }
    • #4678

      Hi

      You have to change the grid system width, for example, add the following css into “oldcar options > custom code > css code”

      .container .grid-12{width:800px;}

      However, if you change that, maybe it will cause responsive issue.

      Thanks

Viewing 2 reply threads
  • You must be logged in to reply to this topic.