• Resolved fabykennedy

    (@fabykennedy)


    Hi, I just wanted to know how to center the BBCode. The plugin seems to work wonderfully, but I need the image centered in the article. Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Themefic

    (@themefic)

    Hi
    It’s better if you use any builder or column plugin to center it. Otherwise, you can do it with CSS positions. Let me know if it helps.

    Thread Starter fabykennedy

    (@fabykennedy)

    Hi and thank you for replying. My situation is strange. I’ve already tried to use CSS but that’s the point: if I set width: 100% and margin: 0 auto, nothing changes, but if I set for example width: 50% and margin: 0 auto it works perfectly. What if wanted to have the image centered at its full width?

    Full width
    Half a width

    Plugin Author Themefic

    (@themefic)

    Hi
    Could u kindly contact us through here with your detailed url including issue of the page?

    https://themefic.com/contact/

    Thread Starter fabykennedy

    (@fabykennedy)

    I’ve managed to fix the problem. Thank you very much for the support.

    Plugin Author Themefic

    (@themefic)

    Hi,
    That’s great to know. If you want you can post the solution here for our future users ??

    Thread Starter fabykennedy

    (@fabykennedy)

    Sure! Using my WordPress CSS I added the following line of code.

    .bafg-twentytwenty-container {	
    margin: 0 auto;
    }

    That’s it!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to center the BBCode’ is closed to new replies.