Fixed width for content

Homepage Community Forums Epik Theme Support Fixed width for content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14105
    eagereyes
    Customer

      Is there a way to force the content for specific pages to be a fixed width rather than be responsive? I vaguely remember seeing that as an option when I bought it, but it’s been a while.

      #14112
      Eric
      Customer

        Yes you can do it using css. Do you have a link to a certain page as an example? I can show you how to do it with an example page.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #14118
        eagereyes
        Customer

          That would be great! Here’s a page on my website where I would like to keep the main content fixed: http://eagereyes.org/basics/means

          #14151
          Eric
          Customer

            What I did was look for something unique for the page in your code and saw your postid in the body section of your source code. So you can add that post id code next to the .wrap and it will override anytime that page is used. Try adding this to your css to see it work –

            .postid-2498 .wrap {
            	max-width: 1140px !important;
            }

            Just add it in the main css and not the responsive section so it will always be activated.

            You can also hover over your post/page link in your admin section to find out the post/page ID instead of looking in your source code. More info – https://wordpress.org/support/topic/where-can-find-the-post-id


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.