New Topic

Reply To: Customization (My Website)

Home › Forum › Customization › Customization (My Website) › Reply To: Customization (My Website)

#975

StartupWP
Keymaster

1. Update the header code to:

<span style="font-size: 25px; display: block;">The Fat Loss Factor</span>

2. Use:

hr {
  margin: 20px 0;
}

3. You’ll need to ask here: http://wordpress.org/support/plugin/posts-to-page – You could trying adding this plugin: http://wordpress.org/plugins/advanced-excerpt/

4. Unfortunately, this is difficult to say based on the method you’re using as apposed to using posts and category pages, this may also be a question for: http://wordpress.org/support/plugin/posts-to-page

5. Try:

.parent-pageid-992 #sidebar {
  display: none;
}
.parent-pageid-992 #content {
  width: 96%;
}