nam
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Portal] How to resize the width of my post?Hi Wiiliam,
With this blog, if you want to resize the post, you can find to this line and change the value as I said before,
article.entry .entry-content {max-width: 680px;}
change max-width to anything you would like.
Good luck!
Forum: Themes and Templates
In reply to: [Portal] How to resize the width of my post?Hi William,
Just try to find again in style.css file
you can type “#wrapper” and “#content” to get exactly result. If it doesn’t work, can you give me address of you blog
Good luck
Forum: Themes and Templates
In reply to: [Vantage] Spacing on Header and Footer@wpyogi – thank you so much for you advice. I’m sorry for my knowledge
Forum: Themes and Templates
In reply to: [Wrock Metro] How to remove author and date from wrock-metroHi Troy,
Just find to this line and delete entire it
#crumbs {
font-size: 12px;
font-weight: 600;
color: #777;
margin: 3px 0px 10px 0px;
padding: 5px;
font-style: italic;
border-bottom: 1px solid #2693BA;
border-top: 1px solid #2693BA;
}I hope this will help you
Forum: Themes and Templates
In reply to: [Portal] How to resize the width of my post?Hi william,
this site is set to fixed width. So that if you want to resize the width of the post, first, you have to resize the width of entire page. If not, you will get some troubles.
I will assume you want the post bigger (in case you want the post smaller, just do opposite)
1. find to this line
#wrapper { width: 960px; }
then change the value from 960px to the value that you want the post increase. For example, if you want the post increase about 100px, so just add 100px to this value. The value now will became 1060px
2. find to this line
#content { width: 598px; }
then change the value from 598px to 698px (add to 100px as you do above)
Just play around with these value until you get the result that make you happy.
I hope this will help you.
Good luck
Forum: Themes and Templates
In reply to: [Wrock Metro] How to remove author and date from wrock-metroHi Troy,
I don’t really understand what do you want. As I got it, if you want to remove just 2 blue lines, delete these line
#crumbs {
border-bottom: 1px solid #2693BA;
border-top: 1px solid #2693BA;
}with the border-bottom is the blue line stands below and border-top is the blue line stands above.
In case you want to delete all section that include Home>Home page, just delete entire #crumbs
Good luck
Forum: Themes and Templates
In reply to: [Vantage] Spacing on Header and FooterHi Jeff,
for header, find to this line and delete the line padding, just delete the line padding
header#masthead { padding: 25px 35px; }
for Meta slider, do the same, just delete the line padding
#main { padding: 35px; }
Good luck!