PaulyWalnuts Member Licensed customer Yesterday at 8:08 PM #1 I see where to add an image for the header and how to size it, but how do I center it? Also, is there a package I cen download to try to migrate phpbb 3.3 to XF?
I see where to add an image for the header and how to size it, but how do I center it? Also, is there a package I cen download to try to migrate phpbb 3.3 to XF?
philmckrackon Well-known member Licensed customer Yesterday at 8:12 PM #2 To center the header logo add the below code to the extra.less template. Code: .p-header { display: grid; justify-content: center; } Upvote 0 Downvote
To center the header logo add the below code to the extra.less template. Code: .p-header { display: grid; justify-content: center; }
PaulyWalnuts Member Licensed customer Yesterday at 8:18 PM #3 This can simply be added to the bottom of the script? Upvote 0 Downvote
R Rene_V Active member Licensed customer Yesterday at 8:37 PM #4 PaulyWalnuts said: Also, is there a package I cen download to try to migrate phpbb 3.3 to XF? Click to expand... XenForo has got an import tool which you can use to import your phpBB forum to XenForo. Please see the following link for more info on the subject. Importing content | XenForo This section covers importing content from other forum platforms into XenForo, including configuration, running imports, and post-import tasks. docs.xenforo.com Upvote 0 Downvote
PaulyWalnuts said: Also, is there a package I cen download to try to migrate phpbb 3.3 to XF? Click to expand... XenForo has got an import tool which you can use to import your phpBB forum to XenForo. Please see the following link for more info on the subject. Importing content | XenForo This section covers importing content from other forum platforms into XenForo, including configuration, running imports, and post-import tasks. docs.xenforo.com
philmckrackon Well-known member Licensed customer Yesterday at 8:39 PM #5 PaulyWalnuts said: This can simply be added to the bottom of the script? Click to expand... Yes, just make sure it is not embedded inside any existing code. Upvote 0 Downvote
PaulyWalnuts said: This can simply be added to the bottom of the script? Click to expand... Yes, just make sure it is not embedded inside any existing code.