[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

[HowTo] Limit The Layout For Homepage


Guest
 Share

Recommended Posts

Hi,

 Had to repost in the right forum)

I'm interested in a couple of themes one being the HowTo can I;

 

1. Limit the homepage layout to a standard blogroll (post w/sidebar ) instead of 5 different layouts on the homeage like the demo shows? Want all post on homepge to look like this:  http://prntscr.com/8rcfbd   NOT this: http://prntscr.com/8rcfyz

 

2. After theme purchase can the "related post" with a post be horizantal instead of vertical the demo shows? 

Like this :http://prntscr.com/8rcgv8

 

3. Can I have the background demo image from "Saturation" to use as my background for HowTo? It's no where to be found on the web, I checked.  This one: http://prntscr.com/8rcer1

Link to comment
Share on other sites

  • Support

Hello,

 

1. Yes, you will be able to have more posts in that format and therefore have that type of layout for all posts.

 

2. To do that go to Styling Options > Custom CSS and add this:

.related-posts article header {
    float: left;
}
.related-posts .latestPost {
    width: 33%;
    margin-right: 2%;
padding-right: 0;
}
.related-posts .latestPost #featured-thumbnail {
    margin-right: 0;
}
.related-posts article header .post-info {
    padding-left: 10px;
}
.related-posts .title {
    padding: 0px 10px;
}

3. You can try using this CSS:

body {
    background-image: url(http://demo.mythemeshop.com/saturation/wp-content/themes/saturation/images/pattern38.png );
}

🏁Rank #1 on Google With our WordPress SEO Plugin.

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

  • Support

Hello,

 

1. Your screenshot link doesn't work. Try posting it again.

 

 

2. I'm not sure what you mean by "horizontal". Do you mean to have the image beside the title rather than above the title?

 

 

3. Sure, you can have that background. If you provide us the background image URL, we can give you CSS on how to give that background to your site 


🏁Rank #1 on Google With our WordPress SEO Plugin.

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

1. Can I limit the homepage layout to a standard blogroll (post w/sidebar ) instead of 5 different layouts on the homeage like the demo shows? Want all post on homepge to look like this:

This is what I want every post in the homepage to look like:

http://www.awesomescreenshot.com/0c25bmtdab

 

2. I show a screenshot of how I want the related post to look, currently the HowTo demo shows a vertical related post where the related post are stacked on top of one another. I'm asking can this theme have the related post horizantal (NOT stacked on top of one another).  Can the related post be like this screenshot? http://prntscr.com/8rcgv8

 

3. How do I provide the background image URL, it's the background from themeshop's saturation theme??

Link to comment
Share on other sites

  • Support

Hello,

 

1. Yes, you will be able to have more posts in that format and therefore have that type of layout for all posts.

 

2. To do that go to Styling Options > Custom CSS and add this:

.related-posts article header {
    float: left;
}
.related-posts .latestPost {
    width: 33%;
    margin-right: 2%;
padding-right: 0;
}
.related-posts .latestPost #featured-thumbnail {
    margin-right: 0;
}
.related-posts article header .post-info {
    padding-left: 10px;
}
.related-posts .title {
    padding: 0px 10px;
}

3. You can try using this CSS:

body {
    background-image: url(http://demo.mythemeshop.com/saturation/wp-content/themes/saturation/images/pattern38.png );
}

🏁Rank #1 on Google With our WordPress SEO Plugin.

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...