Home Forums Theme support eastend theme : Stored data and screen width update Reply To: eastend theme : Stored data and screen width update

Hello Franck,

we use the build-in “custom-post-type” function from WordPress (http://codex.wordpress.org/Post_Types). Your data is also in the “wp_posts” table.

Second question-> try this: WordPress admin -> Appearance -> Theme Options -> General -> General Settings -> Extra CSS Content (Textarea), insert this:

body.home .container_inner { width: 100%; }

Its not tested, but it should work. This code will work only on your homepage…