24lover
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dashboard doesn't look like it normally does….Deactivating the plugins helped!
thank you very much!thank you so much Camu ??
yes of course i understand!
would you be able to tell me what code should I put in your plugin?is it possible for you to help me with my css? i’ve only just started and tried throwing some codes in with no avail.
/* comments */ .alt { margin: 0; padding: 0; background: #f5f5f5; border-bottom: 1px dotted #ccc; } .commentlist { padding: 0; } .commentlist li { margin: 15px 0 3px; padding: 5px 10px 3px; list-style: number; } .commentlist p { margin: 10px 5px 10px 0; } #commentform p { margin: 5px 0; } .nocomments { text-align: center; margin: 0; padding: 0; } .commentmetadata { margin: 0; display: block; text-transform: lowercase; color: #3366ff; }
thank you
Forum: Themes and Templates
In reply to: float left and righthmm….even though i have the code it doesn’t work….i wonder why ??
my previous/next page code seems ok as well?Forum: Themes and Templates
In reply to: float left and rightyes that’s right.
Here are some codes that might be relevant
.prenextlink .prenextlinkright{ float:right; } .prenextlink .prenextlinkleft{ float:left; }
div#content-article .navigation { margin: 20px 0; border-top: 1px solid #ebebeb;} div#content-article .navigation .alignleft { float: left; } div#content-article .navigation .alignright { float: right; }
there is no use in me showing you the site because the theme i’m using is hidden behind an ‘under construction theme’ unfortunately.
thanks emil
Forum: Themes and Templates
In reply to: float left and rightHi Emil,
I tried this but it didn’t work, any reason why?
Thank youForum: Themes and Templates
In reply to: float left and righthi emil,
how exactly am i supposed to add this into the code?
thanksForum: Themes and Templates
In reply to: please help: comment template for ONE static pagethank you very much! how simple!
Forum: Themes and Templates
In reply to: change font size in liststhank you very much emil ??
Forum: Themes and Templates
In reply to: change font size in lists/* nav */ div#nav { background:#8fd0e0; margin: 20px 5px; padding: 10px 0; text-align: center; border-top: 1px solid #999; border-bottom: 1px solid #999; } div#nav ul { margin: 0; padding: 0;} div#nav li { display: inline; list-style-type: none; margin: 0; padding: 0; position:relative; } div#nav ul li a { font: normal normal normal 1.2em/normal Constantia, Arial, Calibri, sans-serif; color: #333; padding: 0 10px; margin: 0; text-decoration: none; text-transform: uppercase; } div#nav ul li a:hover { color: #FFF; } div#nav ul li ul{ display:none; } div#nav ul li:hover ul{ display:block; position:absolute; top:1.2em; left:0px; background:#8FD0E0; padding-top:20px; } div#nav ul li ul li { display:block; padding-bottom:10px; font-size:0.7em; color:#FFF; background:#8FD0E0; z-index:100; } div#nav ul li.current_page_item a:hover a{ color:#FFF; /*background:#66cccc;*/ }
thanks a lot emil! you are quite the expert
Forum: Themes and Templates
In reply to: change font size in liststhank you for the emil!
i used the code you gave me but unfortunately the font size in nav bar changes as well!……is there anything i can do?
Forum: Themes and Templates
In reply to: change font size in listshi emil,
i did try that before but it didn’t change the size.i have ul li all over my style.css. i’ll post up where they all are:
/* defination lists */ dl { margin: 20px 0; } dt { font-size: 1em; text-transform: uppercase; } dd { margin: 0 0 20px; } /* lists */ ol { margin: 10px 0 10px 25px; } ol li { margin: 0 0 15px 0; } ul { margin: 10px 0; /* Edited by Sanjay Hadiya */ /* Ends */ } ul li { /* height: 1%; */ list-style-type: none; margin: 0 0 5px; padding: 0 0 0 15px; line-height: 18px; } .post ul, .post li{ font: normal normal normal 94%/150% Candara, "Trebuchet MS", Trebuchet, sans-serif; color: #333; }
div#content-article ul, div#content-article ol { list-style: none; margin: 0; padding: 0 10px; } div#content-article ul li, div#content-article ol li { margin: 0 10px; padding: 4px 15px; } div#content-article ol { margin: 0 20px; } div#content-article ol li { list-style: decimal; padding: 4px 5px;} div#content-article ul li { list-style: none; background: url(i/arrow-03.gif) 0 10px no-repeat; } div#content-article ul li a, div#content-article ol li a { color: #3D81EE; text-decoration: none; border-bottom: 1px solid #ccc; } div#content-article ul li a:hover, div#content-article ol li a:hover { text-decoration: none; border-bottom: 1px solid #ccc; color: #3D81EE; }
my website is vcestudyguides.com but i’m using a different theme for that so you won’t be able to see the problem ??
Forum: Themes and Templates
In reply to: change font size in listshi emil
thanks for your reply.i don’t have a code for font-size in my ul li…..
ul li { /* height: 1%; */ list-style-type: none; margin: 0 0 5px; padding: 0 0 0 15px; line-height: 18px; }
i do have that?
Forum: Plugins
In reply to: difference between feedburner and subscription servicebump?!