• Resolved Pixels240

    (@pixels240)


    Everytime I center the images and it centers text too with:
    .wp-table-reloaded-id-5 td {
    vertical-align: middle;
    {
    and then try to do anything else it returns to being off center. Also the highlighting features aren’t working and I can’t get a backgorund color in the top row where my headings are. I need some help. Please!

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi,

    the problem with centering is expected. The code you are using is designed to center everything (images and text).

    To find out what code is needed for your table, and to investigate the other two issues, please post the URL to the page with your table and describe what you want to change there.

    Thanks,
    Tobias

    Thread Starter Pixels240

    (@pixels240)

    Hers’s the URL: http://www.cjlwebhostinginnovations.com/ I want to move the price over a little it’s too close to the name banners and I want to put a color background #6F7DDE on the tables tile row so row-1. thanks for your post! I also want to add one space between the description and the table.

    Hi,

    when going to your site, I only see a parked domain. Has your URL changed?

    Regards,
    Tobias

    Thread Starter Pixels240

    (@pixels240)

    Yes sorry http://www.webhostingreviewinnovations.com I appreciate any help you can give me on those two issues but I think you’ll agree the table looks great! Thanks!

    Hi,

    thanks for the new link. Yes, I agree, the table looks good!

    Here’s some code to achieve what you want:

    .wp-table-reloaded-id-5 .column-2 {
      padding-left: 1em!important;
    }
    .wp-table-reloaded-id-5 th {
      background-color: #6F7DDE!important;
    }
    .wp-table-reloaded-id-5 {
      margin-top: 2em!important;
    }

    Best wishes,
    Tobias

    Thread Starter Pixels240

    (@pixels240)

    Thanks for the post and it worked but then my centering was off and when I centered my Table again the background color and space i had added was gone is there another code to center that won’t make everything change back.

    Hi,

    have you appended the code to what you have now, or did you replace the existing code? This will work nicely with what you have now.
    Can you add the code again? I can then take a look to see what might be wrong.

    Regards,
    Tobias

    Thread Starter Pixels240

    (@pixels240)

    As you can see the background and space are there I didn’t need the code for row 2 that has seemed to work itself out but it did throw the table off center and when I entered:

    .wp-table-reloaded td {
    vertical-align: middle;
    }

    which centers everything for me nice and neat. The background color and space are returned to the way they were with the codes. Here’s my URL again: http://www.webhostingreviewinnovations.com
    Thanks for the post!!!

    Hi,

    you will simply need to add

    .wp-table-reloaded td {
      vertical-align: middle;
    }

    *additionally* to what you have now. Then everything will work together.
    Just paste that code at the end of the code that you have now.

    Regards,
    Tobias

    Thread Starter Pixels240

    (@pixels240)

    Thanks for your post!!! I added the centering code with the other 2 but it does not center and when I add it alone it cancels the other 2 out so I am in a dilems. Any ideas? Right now you can see the price and the stars are not centered.

    Hi,

    there is a dot . missing before wp-table-reloaded in the last code you added. That’s why it is not working.

    Regards,
    Tobias

    Thread Starter Pixels240

    (@pixels240)

    Thanks for the post Tobias I totally missed that WOW!!! That was it, your the man. My table is perfect now thanks so much for your help.

    Hi,

    very nice! Thanks for the confirmation, that this was the problem! 🙂

    Best wishes,
    Tobias

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Wp reloaded problems’ is closed to new replies.