• I can’t get the font to change on my table and center the text and images of the table. I need the formulas to do it in a certian order when I tried
    .wp-reloaded-id-5 }
    font-size: 16px;
    }
    it did’t work and it messed up my centering so I need the coding for all of it. Please!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you please provide a link to your site with the specific page where this happens?

    Thread Starter Pixels240

    (@pixels240)

    Sure I’ve been back and forth with Tobias with my table and I finally got it expanded here is the table link https://www.cjlwebhostinginnovations.com/ you see the images and text(price) are not centered, and I want to increase the font to 15px for all the text but when I do one the other changes back so there must be an order to it. I need all the coding I don’t know what I did what I did with it and basically I need to know if there is a certain order to follow so it won’t change back. Thanks!

    Thread Starter Pixels240

    (@pixels240)

    I am using .wp-table-reloaded td, .wp-table-reloaded th {
    text-align: center;
    }
    and to center images: .wp-table-reloaded td {
    vertical-align: middle;
    }
    and for my text font: .wp-table-reloaded-id-5 td {
    font-size: 15px;
    }
    and they won’t work together they cancel each other out. I am getting frustrated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP-reloaded can't get the font to change now’ is closed to new replies.