Full Width Post

Photo, amazing way to showcase your architecture, photography or artistic projects | Support forum.
GK User
Mon Dec 07, 2015 9:47 pm
Just a quick question I am trying to make the gallery on this page http://creativeempathy.com/Photo/life/ to extend the width of the page however I cannot seem to be able to do any idea ? however I don't want to change the standard CSS as on other pages it has text where I want it to remain in this format
User avatar
Fresh Boarder

GK User
Mon Dec 07, 2015 10:50 pm
Hi,

Try to use the following custom css code:
Code: Select all
.postid-196 .entry-content {
    max-width: 1400px;
}
and adjust the max-width value.
User avatar
Moderator

GK User
Mon Dec 14, 2015 10:13 am
I tried adding that code in and it did not work ? also all the max values I found in the CSS is set to 100%
User avatar
Fresh Boarder

GK User
Mon Dec 14, 2015 10:37 am
Your code works properly, the content area (with the gallery) is now 1400px. You can also adjust this value to your needs.
User avatar
Moderator

GK User
Mon Dec 14, 2015 10:55 am
Thank you!
User avatar
Fresh Boarder


cron