plugins - URLs Added to ACF Repeater Field are not working

I have created a page using the "Advanced Custom Fields" Plugin and everything is working great except that wh

I have created a page using the "Advanced Custom Fields" Plugin and everything is working great except that when I add href url in the field text it doesn't show nicely on Front-end and break the layout: .

The field in question is the Repeater field. Does anyone know how to fix it? I appreciate the help!

I have created a page using the "Advanced Custom Fields" Plugin and everything is working great except that when I add href url in the field text it doesn't show nicely on Front-end and break the layout: http://prntscr/qtihpj.

The field in question is the Repeater field. Does anyone know how to fix it? I appreciate the help!

Share Improve this question edited Jan 30, 2020 at 5:35 Sheryl asked Jan 27, 2020 at 13:54 SherylSheryl 428 bronze badges 2
  • 1 It looks like there must be some CSS forcing the <a> tag to be display:block or something similar. Inspect the element with dev tools to find out where the styling is coming from. – WebElaine Commented Jan 27, 2020 at 14:54
  • @WebElaine Thanks for the tip. Here is the page url: is.gd/zvaQnw if you can assist further! – Sheryl Commented Jan 27, 2020 at 17:34
Add a comment  | 

1 Answer 1

Reset to default 2

Its because the wrapper around that text block is set to display: flex;.

You could override this by adding the following CSS...

.special-list .right-text {
    display: block;
}

You can add this in Admin > Appearance > Customize > Additional CSS

You might want to add this and then test other pages that use this code to make sure it doesn't break anything else.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744790951a4593912.html

相关推荐

  • plugins - URLs Added to ACF Repeater Field are not working

    I have created a page using the "Advanced Custom Fields" Plugin and everything is working great except that wh

    10小时前
    40

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信