Forum Replies Created
-
AuthorPosts
-
AjitelevMember
Hello Marcy,
First of all thanks for answering,i changed to color: #ffffff;
but still font color is blue,
what i have figure out is its related to global link color, when ever i change that continue reading font color also get changes.Still nothing happen.
September 4, 2013 at 8:55 am in reply to: Prose The Full Width Nav and Footer – where i made a mistake #60628AjitelevMemberBump for today.....
full width nav
footer outside of main wrapAugust 31, 2013 at 10:04 pm in reply to: Prose The Full Width Nav and Footer – where i made a mistake #60001AjitelevMemberHello sridhar,
adding above mention code, the width of whole site increase,AjitelevMemberHello rfmeier,
i just tried the code for my site, the sidebar and content width nothing change,
have prose theme and site link http://bloggingsaga.comAjitelevMemberHi Wendy,
First of all thanks for the above info, in background only i make all tweak based on your code above.But Wendy got some more issue,
#footer {
background-color: #0c776d;
width: 100%;
margin: 0 auto;
max-width: 100%;
}
#footer-widgets .wrap {
width: 970px;
margin: 0 auto;
}i need my footer ( return to top and copyright section to get shrink a bit ) in the line of header, without affecting the footer background.
second as you can see on my site http://bloggingsaga.com the side got wider but the distance between sidebar and content increase, can you tell me how to increase the content width to fill that space,
Thanks.
August 25, 2013 at 1:05 pm in reply to: Change width/size of entire wrap (content area) in Prose? #58744AjitelevMembernutsandbolts
Hello,
Nothing happen even after
playing with this
body {
background: #f5f5f5;
margin: 0 auto;
width: 970px;
}hope to get the answer asap.
AjitelevMemberThis is the medicine for you.
body { width: 100%; } #header .wrap, #footer .wrap, #footer-widgets .wrap { margin: 0 auto; max-width: 970px; //This is the default Prose width, but you can change it if you want. }
Put it in Custom Code css
Thanks To Carrie
-
AuthorPosts