Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Bhavadasa,

    What is happening is the CSS for yout theme is affecting the layout. The best way to change the layout of the the plugin is to make changes to your theme CSS, this way you won’t lose your changes if you update the plugin.

    I suggest you install the FireBug plugin on Firefox and use it to understand what CSS rules are affecting the layout of the list. It will show you which rules form which stylesheet are affecting each element so you can either override them or change them.

    Thread Starter Bhavadasa

    (@bhavadasa)

    Thanks xnau,

    OK, I understand the 1st paragraph.

    Now, I just installed FireBug in Firefox (which I always use), but I am a bit stumped about the rest. I’ll try…

    So, I went to the page where the list is, then clicked on: CSS > style.css > (then a number of different options which relate to Sofa appear.) When I click on them, various css code lines appear. Which one do I choose, and what do I do with it? Replace it?

    I assume this css is my theme–correct? Would I replace my themes css (which ever correct choice it is) with “participants-database.css”? Copy and paste? And, if I do, how will that effect the rest of my site?

    I think I’m on the right track…

    Appreciate all the help! I really need this plugin!!! Thanks!

    Plugin Author xnau webdesign

    (@xnau)

    Bhavadasa,

    You are on the right track, and there’s a lot of information to pick through. It is quite complicated at first, especially in WordPress.

    The CSS rules in the right-hand column of FireBug are ordered hierarchically, that is, the rule that is overriding other rules is at the top. Usually, it’s a matter of adding a rule to your theme stylesheet that will override the rule that is giving you results you don’t want…like too much margin or padding (similar but different ways of adding space around an element). FireBug lets you change or disable those rules, so you can preview the changes you want to make.

    It’s best to avoid making changes to the plugin files, usually, you’ll want to make changes to your theme stylesheet that change how the plugin displays. To override a CSS rule, you need to give your selector additional qualifiers…for instance to set the space around the lines in the list, you might find something like:

    .entry-content td { padding:0 }

    That wasn’t giving you enough space. You would override that with:

    .entry-content .pdb-list td { padding: 6px 10px }

    The extra ‘.pdb-list’ gives your new rule more specificity, therefor overriding the previous rule. As an example.

    Thread Starter Bhavadasa

    (@bhavadasa)

    Your a good teacher, xnau. You’ve made that easy enough for even me to understand! OK, so I’m going to look into the style.css, and try to find and modify this. Thanks!

    Thread Starter Bhavadasa

    (@bhavadasa)

    I looked, and didn’t find it. I went ahead and included the code anyway…still now change.

    Here is my css(hopefully it displays properly):

    /*
    Theme Name: Saranagati Board of Directors
    Description: This site is has been created for the SVHI
    Site designed and maintained by: Bhava dasa and Rasaraja dasa
    */ 
    
    /*=============== Setup ==============*/
    
    * { border:0; margin:0 auto; padding:10; outline:none;}
    html { }
    body { margin:0; padding:0; color:#868686; font:normal 12px/1.8em "Liberation sans", Arial, Helvetica, sans-serif; background:#fff url(images/header_bg.gif) repeat-x left top;}
    a { color:#a13d3d; text-decoration:none;}
    a:hover { text-decoration:underline;}
    p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
    p.bg, .bg { clear:both; padding:0; margin:10px 0; border-bottom:1px solid #bababa; height:2px;}
    input, select, textarea { border:#cfcfcf 1px solid; color:#404040; font-size:12px; padding:3px; font-family:"Liberation sans", Arial, Verdana, Helvetica, sans-serif;}
    li { list-style:none;}
    h1, .readmore, .post-leav { font-family:Georgia, "Times New Roman", Times, serif;}
    h2 { }
    h2, h2 a { margin:0; padding:0; font-size:24px; font-weight:normal; line-height:1em; letter-spacing:normal; color:#1e1e1e;}
    h3, h3 a { }
    h4 { }
    p { padding:0 0 12px;}
    p.underh2 { margin:0 0 16px; padding:4px 0 0; font-size:11px; line-height:1em;}
    
    /*============= Layout =============*/
    
    #page { margin:0 auto; padding:0; width:auto;}
    
    /*============ Header ==============*/
    
    #header { margin:0 auto; padding:0;}
    
    /*- Logo -*/
    .logo { margin:0; padding:0; height:132px; background:url(images/logo_bg.jpg) no-repeat center 30px;}
    .logo h1 { margin:0; padding:34px 0 0; font-size:48px; font-weight:normal; line-height:1em; text-align:center; color:#6b6b6b; text-transform:uppercase;}
    .logo h1 a, .logo h1 a:hover { color:#6b6b6b; text-decoration:none;}
    .logo h1 small { display:block; margin:0; padding:10px 0 0; color:#949494; font-size:11px; font-weight:normal; line-height:1em; letter-spacing:normal;}
    
    /* RSS */
    .rss { margin:28px 0 0 20px; padding:0 0 24px; float:right; width:236px;}
    .rss .img_rss { padding:0 0 0 8px; float:right; border:none;}
    .rss p { margin:0; padding:4px 0 0; font-size:18px; font-weight:normal; line-height:1.2em; text-align:right; color:#5b5b5b;}
    .rss p a, .rss p a:hover { color:#5b5b5b; text-decoration:none;}
    .rss ul { margin:0; padding:0; list-style:none; float:right; width:auto;}
    .rss ul li { padding:0 8px; float:left; font-size:11px; line-height:1.2em; border-right:1px solid #afb0b2;}
    .rss ul li.last_rss { padding:0 0 0 8px; border-right:none;}
    .rss ul li a { color:#949494; text-decoration:none;}
    .rss ul li a:hover { text-decoration:underline;}
    
    /* Search form */
    .search { padding:12px 0 0 0; float:right; width:auto;}
    #search span { display:block; background:url(images/search_bg.gif) no-repeat left top; height:31px; margin:0; padding:0; border:none;}
    #search input#s { margin:0; padding:8px 10px; float:left; width:160px; color:#858585; font-size:12px; line-height:15px; font-weight:normal; background:none; border:none;}
    #search .btn { float:left; padding:0; margin:0; border:0; width:auto;}
    
    /*=========---Custom for Foosbar---========*/
    
    .foobar-wrapper { z-index: 10001 !important; }
    
    /*============== All Columns ==============*/
    
    #columns { margin:0 auto; padding:0 0 24px; width:970px; background:url(images/shadow.png) no-repeat center 84px;}
    
    /*=========== Page Title ==================*/
    
    .pagetitle { margin:0 0 48px; padding:116px 0 24px; background:url(images/shade_header.png) no-repeat center bottom; position:relative; z-index:0;}
    .pagetitle h2 { margin:0; padding:40px 48px; font-size:30px; color:#B22222; background-color:#201e1d;}
    
    /*========== Center Column ================*/
    
    #centercol { margin:0; padding:0 0 38px; float:left; width:620px;}
    
    /*============= Right Column =============*/
    
    #rightcol { margin:0; padding:0 0 0 40px; float:right; width:260px; border-left:1px solid #dfdfdf;}
    .box { margin:0; padding:20px 0;}
    .box .content { }
    .box_r { margin:0 0 24px; padding:0; background:none; border:none;}
    .box_r .content { margin:0; padding:0;}
    .small_link { padding:10px 0; margin:0 auto; text-align:center;}
    .small_link a { color:#939393; text-decoration:none;}
    .small_link small { font-size:11px;}
    
    /*============== Sub Columns =============*/
    
    .subcols { background:url(images/subcols-bgr.gif) repeat-y left; height:1%;}
    .col1, .col2 { float:left; width:285px;}
    .col2 { float:right;}
    
    /*================= Post ================*/
    .post-block { }
    .post-margin { margin-left:236px;}
    
    /*- Post Title -*/
    .post-title { padding:0; margin:0;}
    .post-title h2 { margin:0; padding:6px 0 0;}
    .post-title h2 a { display:inline; margin:0; padding:0; text-decoration:none;}
    
    /*- Post Excerpt -*/
    .post-excerpt { padding:0; margin:0;}
    .post-excerpt p { margin:0;}
    .post-excerpt p strong { letter-spacing:1px; color:#383838;}
    .post-excerpt a { color:#77d7ec; text-decoration:underline; font-weight:bold;}
    .post-excerpt a.comm { float:left;}
    
    /* post-leav */
    .post-leav { margin:0 0 16px; padding:0; font-size:11px; line-height:1em; color:#a92446; background:none;}
    .post-leav a { font-size:11px; line-height:1.8em; color:#868686; text-decoration:none;}
    .post-leav a:hover { text-decoration:underline;}
    
    /* blog-content */
    .blog-content { }
    
    /* comments count */
    .comm_count { display:inline; font-size:11px; color:#979797;}
    .post-date .comm_count a { font-weight:bold; color:#a13d3d; text-decoration:none;}
    
    /*- Post Blockquote -*/
    
    .post blockquote { border-left:3px solid #cfcfcf; font-size:13px; font-style:italic; margin:0 0 1.5em; padding:5px 0 0 10px;}
    
    /*- Post Author -*/
    
    .post-author { margin:0 0 1em;}
    .author-details { font-size:11px;}
    .author-descr { display:table; height:1%;}
    
    /*- Social Links -*/
    .social-box { padding:24px 0; height:60px; background:url(images/shadow.png) no-repeat center top;}
    .social-slogan { padding:0; float:left; width:auto; font-size:20px; line-height:1.8em; color:#929292;}
    .social-links { padding:6px 0 0; float:right; width:auto;}
    .social-links img { margin:0 0 0 3px; border:none;}
    .social-star { margin:0 16px 0 0; padding:6px 0; float:left; border:none;}
    .social-button { margin:0; padding:0; float:right;}
    .social-button a { display:block; margin:0; padding:6px 0 0; width:163px; height:32px; text-align:center; font-size:24px; font-weight:normal; line-height:1em; color:#fff; text-align:center; background:url(images/learnmore.png) no-repeat left top;}
    
    /* post-commets */
    
    .post-commets { float:right;}
    
    /*- Related Posts -*/
    
    /*- Post Date -*/
    .post-date { margin:0 0 12px; padding:12px 0; color:#979797; font-size:11px; border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf;}
    .post-date a { color:#525252; text-decoration:none;}
    .post-date a:hover { text-decoration:underline;}
    
    /*- Post Comments -*/
    .post-comments { }
    .post-comments h2 { padding-top:10px;}
    .post-comments .fl { width:80px;}
    .post-comments .fr { width:490px;}
    
    /*- Widget Title - */
    .wtitle { padding:0; margin:0;}
    .wtitle h2 { margin:0; padding:6px 0 16px;}
    
    /*=========== Styling Boxes ============*/
    .entry-content .pdb-list td { padding: 6px 10px }
    
    /*=========== Styling Boxes ============*/
    
    /*- Box1 -*/
    .box { }
    
    /*- Box2 -*/
    .box2 { background-color:#d9d9d9; border:1px solid #cfcfcf; height:1%; margin:0 0 20px; padding:15px; min-height:115px; width:460px;}
    .box2.alt { background:#FFFFFF;}#
    .comm-name, .comm-date { line-height:20px;}
    
    /*=== Styling Lists ===*/
    .wysija-submit-field { ...your styles... }
    .formErrorContent { ...your styles... }
    
    /*=== Styling Forms ===*/
    
    input.btn { background:none; border:0; margin:0; padding:0;}
    select { padding:1px;}
    
    /*- Message -*/
    .message div { margin:0 0 18px;}
    .message input { padding:9px 15px; width:460px;}
    .message textarea { height:114px; overflow:auto; padding:9px 15px; width:460px; font-family:Verdana;}
    .message .submit { float:left;}
    .message .btn { padding:0; width:128px; height:32px; background:url(images/button.gif);}
    .message .notice { color:#a4a4a4; float:right; font-style:italic; padding:10px 0 0;}
    
    /*=============== Pics, Thumbs, Ads etc. ==============*/
    
    .pic { margin:12px 12px 4px 0; padding:0; float:left;}
    .pic img { margin:0 0 16px; padding:4px; border:1px solid #d8d8d8; background-color:#fff;}
    .pic.fl img { }
    .pic.fr img { }
    .th { display:block; margin:0 0 .5em;}
    .th.fl img { margin-right:10px; max-width:40px;}
    .banner a img { margin:0 3px;}
    .ads img { margin:0 1px 5px 0; padding:0; border:none;}
    .widget_flickrRSS img { border:1px solid #cfcfcf; margin:3px;}
    .box .ac img { border:0; margin:0;}
    .banner { margin:0; padding:0; background:none;}
    
    /*=======================Bottom Footer =======================*/
    
    #page_bottom { padding:0; background:#232323; border-top:1px solid #444444;}
    #footer { margin:0; padding:0px;}
    #footer .textf { margin:0 auto; padding:55px 15px; 30px; width:970px;}
    #footer .text1, #footer .text2 { padding:0px; font-size:12px; line-height:1em; color:#CDA869;}
    #footer .text1 { float:left;}
    #footer .text2 { float:right;}
    #footer .text1 a, #footer .text2 a { font-weight:normal; text-decoration:underline; color:#CDA869;}
    
    /*======================== Misc. ======================*/
    
    .fix { clear:both; height:1px; margin:-1px 0 0; overflow:hidden;}
    .hl, .hl2 { background:url(images/hl-dot.gif) repeat-x top; clear:both; height:2px; overflow:hidden; width:100%;}
    .hl2 { background:none; border-top:1px solid #e7e7e7; height:1px; margin:0 0 .8em;}
    .fl { float:left;}
    .fr { float:right;}
    .ac { text-align:center; padding:0;}
    .ac img { border:none; margin:0; padding:0 8px 0 0;}
    .ar { text-align:right;}
    .noBorder { border:0;}
    .font-sm { font-weight:normal;}
    .white { color:#fff;}
    
    .slider { margin:0 auto; padding:0; width:1600px; height:400px; overflow:hidden; background:url(images/slider_bg.jpg) no-repeat center bottom;}
    
    /*======================== Top Footer =====================*/
    
    .footer2 { padding:30; background:#333333;}
    .footer2_resize { margin:0 auto; padding:55px; 0; width:970px;}
    .footer2 h2 { margin:0; padding:0px 0 24px; font-size:24px; line-height:1em; font-weight:normal; color:#DED9CD;}
    .footer2 .f-col1, .footer2 .f-col2, .footer2 .f-col3, .footer2 .f-col4 { margin:0px; padding:0px 0px 0 0; float:left; color:#8F887C;}
    .footer2 .f-col1 { padding: 0px;width:230px;}
    .footer2 .f-col2 { padding: 0px;width:210px;}
    .footer2 .f-col3 { padding: 0px; width:180px;}
    .footer2 .f-col4 { padding: 0px; width:200px;}
    .footer2 ul, .footer2 ul li { margin:0; padding:30; list-style:none;}
    .footer2 ul li a { display:block; margin:0; padding:6px 0; color:#8F887C; text-decoration:none; background:url(images/dot.gif) repeat-x left bottom;}
    .footer2 ul li a:hover { text-decoration:underline;}
    .footer2 .f2-date { font-size:11px; color:#FFE59E;}
    .footer2 .f-col1 p { margin:0; padding:8px 0 0;}
    .footer2 .f-col1 .f2-date { margin:0 0 4px; padding:0 0 12px; background:url(images/dot.gif) repeat-x left bottom;}
    .footer2 .f-col3 .f2-date { margin:0; padding:0px;}
    .footer2 .f-col3 h3 { margin:0px; padding:8px 0px 0px; font-size:12px; line-height:1.8em; color:#717171;}
    .footer2 .f-col3 h3 a { color:#717171; text-decoration:none;}
    .footer2 .f-col3 h3 a:hover { text-decoration:underline;}
    
    .index-cols { padding:0px 0; height:auto;}
    .index-col { margin:0; padding:0px; width:295px; float:left;}
    .index-col-center { margin:0 29px;}
    .index-img img { margin:0 0 16px; padding:4px; border:1px solid #d4d4d4; background-color:#ffffff;}
    .img-brow img { margin:0 0 16px; padding:0; border:none;}
    .readmore a { font-size:11px; line-height:1.8em; color:#868686; text-decoration:none;}
    .readmore a:hover { text-decoration:underline;}
    Plugin Author xnau webdesign

    (@xnau)

    Bhavadasa,

    Did you try adding the rule I suggested? There’s a good chance it will work. I was just trying to help you understand it for yourself so you could go on to make other changes…and this is how I started with CSS myself.

    I appreciate your sharing the CSS, but it means very little out of context. Much better to provide a link so others can see what the CSS is doing on your site.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Padding’ is closed to new replies.