Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   How do I "center" the content but not the comments? (http://forum.bytesforall.com/showthread.php?t=20142)

dailyshoe Apr 16, 2013 08:41 AM

How do I "center" the content but not the comments?
 
Hello!

I have selected the option to center the contents (middle) column part of my blog posts, but now all my comments are also coming up centered. It looks a bit strange. :confused:

Is there any trick to correcting this in CSS or otherwise? I am using the Jetpack comments plugin.

juggledad Apr 16, 2013 11:06 AM

use firebug and find out what ID or class you can use and code some CSS to justify it the way you want

dailyshoe Apr 16, 2013 11:08 AM

Sorry - I'm not that experienced I apologise but could you explain it a little bit more simplistically? I feel like I just read some uber-genius speak!

juggledad Apr 16, 2013 03:59 PM

a page is made up of many different html elements. each element can have a single ID or multiple classes associated with. any css that is applied to an element (like a div) applies to all it's children also. if you want a child element to have a different setting, you must code a CSS selector pointing at it and the rule to change the setting.

Firebug is an extension to FireFox that allows you to examine teh HTML on a page and teh CSS that applies to it.

If this is greek, then you need to take a CSS tutorial. A good on can be found at http://htmldog.com/guides/css/


All times are GMT -6. The time now is 08:47 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.