Title: lolzern's Replies | WordPress.org

---

# lolzern

  [  ](https://wordpress.org/support/users/lolzern/)

 *   [Profile](https://wordpress.org/support/users/lolzern/)
 *   [Topics Started](https://wordpress.org/support/users/lolzern/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lolzern/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lolzern/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lolzern/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lolzern/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lolzern/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Trouble vertically aligning “text” in cell](https://wordpress.org/support/topic/trouble-vertically-aligning-text-in-cell/)
 *  Thread Starter [lolzern](https://wordpress.org/support/users/lolzern/)
 * (@lolzern)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/trouble-vertically-aligning-text-in-cell/#post-15929723)
 * That’s alright, I appreciate you giving it a shot, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Trouble vertically aligning “text” in cell](https://wordpress.org/support/topic/trouble-vertically-aligning-text-in-cell/)
 *  Thread Starter [lolzern](https://wordpress.org/support/users/lolzern/)
 * (@lolzern)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/trouble-vertically-aligning-text-in-cell/#post-15929179)
 * Hey again,
 * Yes, all in this table in the 2nd column will be. But this design would be for
   hundreds of tables across the site, but not all tables, unfortunately, which 
   I why I wanted to try and do a solution like this where I could give the text
   in a specific cell a class.
 * The plan would be to have the code for .tablepress-id-307 td.column-2 for all
   tables on the site. I don’t mind if a bit of padding were to be added to all 
   cells in the second column across the site if it makes the design work for these
   types of tables. I know this might be an impossible task I ask of you haha, but
   I appreciate your help.
 * Your solution seems to work great on the first row. Unfortunately, not all rows
   have the same height on the site, and most have greater heights on mobile :/,
   so the padding of 8 px falls short on some of them.
 * Here is a screenshot of the solution applied to the cell next to “Kyoka Suigetsu”
   and “Katen Kyokotsu” when the browser is in mobile resolution:
 * > [View post on imgur.com](https://imgur.com/3nQK3ma)
 * Thanks again,
    Tim
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Trouble vertically aligning “text” in cell](https://wordpress.org/support/topic/trouble-vertically-aligning-text-in-cell/)
 *  Thread Starter [lolzern](https://wordpress.org/support/users/lolzern/)
 * (@lolzern)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/trouble-vertically-aligning-text-in-cell/#post-15926046)
 * Ah sorry,
 * Perhaps an old cache is still live for non-logged-in users, please check again:
   
   [https://gamerempire.net/reaper-2-shikai-bankai-tier-list/](https://gamerempire.net/reaper-2-shikai-bankai-tier-list/)
 * Here is what the table looks like on my end:
 * > [View post on imgur.com](https://imgur.com/b26G8CY)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Author bio appearing on category pages](https://wordpress.org/support/topic/author-bio-appearing-on-category-pages/)
 *  Thread Starter [lolzern](https://wordpress.org/support/users/lolzern/)
 * (@lolzern)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/author-bio-appearing-on-category-pages/#post-15868038)
 * Thanks a lot, Abhishek. It worked 🙂
 * For anyone also doing this, you can use the following CSS code to reduce the 
   whitespace below the header on category pages if you find it to be too large 
   after removing the author bio section:
 * .category:not(.author) #main #content-wrap {
    padding-top: 25px; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] How to add link to text in copyright footer](https://wordpress.org/support/topic/how-to-add-link-to-text-in-copyright-footer/)
 *  Thread Starter [lolzern](https://wordpress.org/support/users/lolzern/)
 * (@lolzern)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/how-to-add-link-to-text-in-copyright-footer/#post-15656916)
 * Ah, of course! That worked, thanks so much!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Blurry author icon in author bio](https://wordpress.org/support/topic/blurry-author-icon-in-author-bio/)
 *  Thread Starter [lolzern](https://wordpress.org/support/users/lolzern/)
 * (@lolzern)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/blurry-author-icon-in-author-bio/#post-15538141)
 * To anyone wondering, I fixed the issue by replacing the number 100 in the line:
 * echo get_avatar( get_the_author_meta( ‘user_email’ ), apply_filters( ‘ocean_author_bio_avatar_size’,
   100 ), $default = ”, $alt = oceanwp_theme_strings( ‘owp-string-author-img’, false
 * to 300
 * echo get_avatar( get_the_author_meta( ‘user_email’ ), apply_filters( ‘ocean_author_bio_avatar_size’,
   300 ), $default = ”, $alt = oceanwp_theme_strings( ‘owp-string-author-img’, false
 * It changes the resolution of the icon that your site pulls from gravatar
 * You can find this line in the author-bio.php file, located under Partials -> 
   Single -> author-bio.php
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Blurry author icon in author bio](https://wordpress.org/support/topic/blurry-author-icon-in-author-bio/)
 *  Thread Starter [lolzern](https://wordpress.org/support/users/lolzern/)
 * (@lolzern)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/blurry-author-icon-in-author-bio/#post-15532529)
 * Hey,
 * Okay, I’ll check out that post.
 * Right now I am not using any plugin – just the default author bio that comes 
   with OceanWP. The only thing I’ve changed currently is the size of the displayed
   icon and the edge of it with CSS.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Target gets added to link by default](https://wordpress.org/support/topic/target-gets-added-to-link-by-default/)
 *  Thread Starter [lolzern](https://wordpress.org/support/users/lolzern/)
 * (@lolzern)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/target-gets-added-to-link-by-default/#post-12239150)
 * Turns out my seo plugin, Rank Math, did this to external links by default for
   some reason…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Heading text overlapping on itself](https://wordpress.org/support/topic/heading-text-overlapping-on-itself/)
 *  Thread Starter [lolzern](https://wordpress.org/support/users/lolzern/)
 * (@lolzern)
 * [7 years ago](https://wordpress.org/support/topic/heading-text-overlapping-on-itself/#post-11458846)
 * Ah yes great that fixed it, thx 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Site logo lower quality on mobile](https://wordpress.org/support/topic/site-logo-lower-quality-on-mobile/)
 *  Thread Starter [lolzern](https://wordpress.org/support/users/lolzern/)
 * (@lolzern)
 * [7 years ago](https://wordpress.org/support/topic/site-logo-lower-quality-on-mobile/#post-11448255)
 * Oh yes great I hadn’t seen that option, that helped, thanks 🙂
    For those interested,
   I also further increased the quality of the logo on mobile by exporting the image
   with twice the resolution from illustrator and then setting the “Logo Max Height”
   to the height of the original image
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Attempting to force desktop view on mobile](https://wordpress.org/support/topic/attempting-to-force-desktop-view-on-mobile/)
 *  Thread Starter [lolzern](https://wordpress.org/support/users/lolzern/)
 * (@lolzern)
 * [7 years ago](https://wordpress.org/support/topic/attempting-to-force-desktop-view-on-mobile/#post-11446783)
 * Yes, thank you I see, it took a while for it to update apparently
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Arrange images beside each other](https://wordpress.org/support/topic/arrange-images-beside-each-other/)
 *  Thread Starter [lolzern](https://wordpress.org/support/users/lolzern/)
 * (@lolzern)
 * [7 years ago](https://wordpress.org/support/topic/arrange-images-beside-each-other/#post-11442807)
 * It worked perfectly! Thanks a lot 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Content container slightly off center](https://wordpress.org/support/topic/content-container-slightly-off-center/)
 *  Thread Starter [lolzern](https://wordpress.org/support/users/lolzern/)
 * (@lolzern)
 * [7 years ago](https://wordpress.org/support/topic/content-container-slightly-off-center/#post-11442803)
 * Thank you!
    Worked perfectly 🙂

Viewing 13 replies - 1 through 13 (of 13 total)