Centering Authors List Using WPBakery Page Builder
-
Hi @wpkube,
I’m using WPBakery Page Builder to design a page where all authors are displayed.
I load and display only one author at a time with Authors List multiple times so that I can assign individual descriptions with after_title=””.
I have used WPBakery Page Builder to divide the page into 4 columns. Each column contains a text block, which in turn contains the shortcode for Authors List (that is assigned to one specific author).
Within the columns, I can centre “normal” text in the text block but this does not affect the Authors List shortcode, which remains left-aligned.I have already added the following CSS code to my page:
.authors-list-item-thumbnail img { border-radius: 50%; display: block; margin: 0 auto; } .authors-list-item-main { text-align: center; align-items: center; justify-content: center; } .authors-list-item-title { text-align: center; } .authors-list-item-excerpt { text-align: center; }
How can I centre the Authors List shortcode output within a WPBakery Page Builder column?
Best regards
- The topic ‘Centering Authors List Using WPBakery Page Builder’ is closed to new replies.