<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Alignment of Cross-posting Custom Content (Forums) - wpForo Blog Cross Posting				            </title>
            <link>https://gvectors.com/forum/wpforo-blog-cross-posting/alignment-of-cross-posting-custom-content-forums/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 17 Jul 2026 04:48:12 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Alignment of Cross-posting Custom Content (Forums)</title>
                        <link>https://gvectors.com/forum/wpforo-blog-cross-posting/alignment-of-cross-posting-custom-content-forums/#post-39083</link>
                        <pubDate>Mon, 15 Jul 2024 18:47:15 +0000</pubDate>
                        <description><![CDATA[@astgh 
Thank You, both of them are working as I wanted.]]></description>
                        <content:encoded><![CDATA[<p>@astgh </p>
<p>Thank You, both of them are working as I wanted.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-blog-cross-posting/">wpForo Blog Cross Posting</category>                        <dc:creator>amitkool21</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-blog-cross-posting/alignment-of-cross-posting-custom-content-forums/#post-39083</guid>
                    </item>
				                    <item>
                        <title>RE: Alignment of Cross-posting Custom Content (Forums)</title>
                        <link>https://gvectors.com/forum/wpforo-blog-cross-posting/alignment-of-cross-posting-custom-content-forums/#post-39079</link>
                        <pubDate>Mon, 15 Jul 2024 18:22:05 +0000</pubDate>
                        <description><![CDATA[@amitkool21 
Please add this one as well: 
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content iframe {
    margin: 0 auto !important;
}

But the CSS for 2nd link is forcing the wid...]]></description>
                        <content:encoded><![CDATA[<p>@amitkool21 </p>
<p>Please add this one as well: </p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content iframe {
    margin: 0 auto !important;
}</pre>
<blockquote>
<p><span>But the CSS for 2nd link is forcing the width of all the images to 100%, which is not what I want. Can't we just force the justification to center ... ??</span></p>
</blockquote>
<p>Use this one: </p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content img, #wpforo #wpforo-wrap .wpforo-revision-body img {
     display: inline-block !important;
}</pre>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-blog-cross-posting/">wpForo Blog Cross Posting</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-blog-cross-posting/alignment-of-cross-posting-custom-content-forums/#post-39079</guid>
                    </item>
				                    <item>
                        <title>RE: Alignment of Cross-posting Custom Content (Forums)</title>
                        <link>https://gvectors.com/forum/wpforo-blog-cross-posting/alignment-of-cross-posting-custom-content-forums/#post-39078</link>
                        <pubDate>Mon, 15 Jul 2024 16:00:42 +0000</pubDate>
                        <description><![CDATA[@astgh 
Youtube embed in the first link is exactly what I wanted, So first part of CSS is working fine, but it&#039;ll only work for youtube embeds or others as well...?? I&#039;m asking because its ...]]></description>
                        <content:encoded><![CDATA[<p>@astgh </p>
<p>Youtube embed in the first link is exactly what I wanted, So first part of CSS is working fine, but it'll only work for youtube embeds or others as well...?? I'm asking because its not working for instagram links, instagram embeds on this page are not centered.</p>
<p>https://yatrahelpline.com/community/photography-club/international-monuments/#post-83</p>
<p>But the CSS for 2nd link is forcing the width of all the images to 100%, which is not what I want. Can't we just force the justification to center ... ??</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-blog-cross-posting/">wpForo Blog Cross Posting</category>                        <dc:creator>amitkool21</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-blog-cross-posting/alignment-of-cross-posting-custom-content-forums/#post-39078</guid>
                    </item>
				                    <item>
                        <title>RE: Alignment of Cross-posting Custom Content (Forums)</title>
                        <link>https://gvectors.com/forum/wpforo-blog-cross-posting/alignment-of-cross-posting-custom-content-forums/#post-39077</link>
                        <pubDate>Mon, 15 Jul 2024 14:03:43 +0000</pubDate>
                        <description><![CDATA[@amitkool21 
Try this CSS code:
#wpforo #wpforo-wrap .wpf-embed {
     margin: 0 auto!important;
}
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content img, #wpforo #wpforo-wrap .wpfo...]]></description>
                        <content:encoded><![CDATA[<p>@amitkool21 </p>
<p>Try this CSS code:</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpf-embed {
     margin: 0 auto!important;
}
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content img, #wpforo #wpforo-wrap .wpforo-revision-body img{
    width: 100%;
}</pre>
<p>Insert the code in the Custom CSS code textarea located in the following tab: </p>
<p>For the Single Board Forum:</p>
<ul>
<li>Dashboard &gt; wpForo &gt; Settings &gt; Colors &amp; Styles</li>
</ul>
<p>Multi-Boards Forum:</p>
<ul>
<li>Dashboard &gt; <span style="color: #ff0000"></span> &gt; Settings &gt; Colors &amp; Styles tab</li>
<li>Dashboard &gt;<span style="color: #ff0000"> </span> &gt; Settings &gt; Colors &amp; Styles tab</li>
</ul>
<p>For example:</p>
<ul>
<li>Dashboard &gt;<span> </span><span style="color: #ff0000"><strong>EN</strong> </span>Forum &gt; Settings &gt; Colors &amp; Styles tab</li>
<li>Dashboard &gt;<span> </span><span style="color: #ff0000"><strong>FR</strong> </span>Forum &gt; Settings &gt; Colors &amp; Styles tab</li>
</ul>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-blog-cross-posting/">wpForo Blog Cross Posting</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-blog-cross-posting/alignment-of-cross-posting-custom-content-forums/#post-39077</guid>
                    </item>
				                    <item>
                        <title>RE: Alignment of Cross-posting Custom Content (Forums)</title>
                        <link>https://gvectors.com/forum/wpforo-blog-cross-posting/alignment-of-cross-posting-custom-content-forums/#post-39075</link>
                        <pubDate>Mon, 15 Jul 2024 11:39:23 +0000</pubDate>
                        <description><![CDATA[@astgh 
 
At the end of the page on 2nd link, there is a image which is Center Aligned, but the first picture is not, even though both have same settings.]]></description>
                        <content:encoded><![CDATA[<p>@astgh </p>
<p>https://yatrahelpline.com/community/main-forum/parashar-dham/#post-59</p>
<p>https://yatrahelpline.com/community/around-the-world/moscow-top-10/#post-48</p>
<p> </p>
<p>At the end of the page on 2nd link, there is a image which is Center Aligned, but the first picture is not, even though both have same settings.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-blog-cross-posting/">wpForo Blog Cross Posting</category>                        <dc:creator>amitkool21</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-blog-cross-posting/alignment-of-cross-posting-custom-content-forums/#post-39075</guid>
                    </item>
				                    <item>
                        <title>RE: Alignment of Cross-posting Custom Content (Forums)</title>
                        <link>https://gvectors.com/forum/wpforo-blog-cross-posting/alignment-of-cross-posting-custom-content-forums/#post-39074</link>
                        <pubDate>Mon, 15 Jul 2024 09:21:17 +0000</pubDate>
                        <description><![CDATA[Hi,
Please leave the example URL to allow us to check the issue.]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>Please leave the example URL to allow us to check the issue.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-blog-cross-posting/">wpForo Blog Cross Posting</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-blog-cross-posting/alignment-of-cross-posting-custom-content-forums/#post-39074</guid>
                    </item>
				                    <item>
                        <title>Alignment of Cross-posting Custom Content (Forums)</title>
                        <link>https://gvectors.com/forum/wpforo-blog-cross-posting/alignment-of-cross-posting-custom-content-forums/#post-39068</link>
                        <pubDate>Sun, 14 Jul 2024 18:43:27 +0000</pubDate>
                        <description><![CDATA[As per the topic, If I Cross-post Custom Content in Forums, you can see in the pictures that Text/Title can be aligned to center but the images or youtube videos can&#039;t be aligned to center, ...]]></description>
                        <content:encoded><![CDATA[<p>As per the topic, If I Cross-post Custom Content in Forums, you can see in the pictures that Text/Title can be aligned to center but the images or youtube videos can't be aligned to center, any workaround for this ?</p>
7272
7273
<p> </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-blog-cross-posting/">wpForo Blog Cross Posting</category>                        <dc:creator>amitkool21</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-blog-cross-posting/alignment-of-cross-posting-custom-content-forums/#post-39068</guid>
                    </item>
							        </channel>
        </rss>
		