GeoDirectory SupportCentralise content on 'Add Listing' pages – GeoDirectory Support https://wpgeodirectory.com/support/topic/centralise-content-on-add-listing-pages/feed Fri, 14 Mar 2025 17:12:40 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/centralise-content-on-add-listing-pages/#post-54969 <![CDATA[Centralise content on 'Add Listing' pages]]> https://wpgeodirectory.com/support/topic/centralise-content-on-add-listing-pages/#post-54969 Tue, 29 Sep 2015 04:23:19 +0000 We Love Travel Group How can i centralise the content within the ‘Add Listing’ pages on the front end?

Thank you

]]>
https://wpgeodirectory.com/support/topic/centralise-content-on-add-listing-pages/#post-55035 <![CDATA[Reply To: Centralise content on 'Add Listing' pages]]> https://wpgeodirectory.com/support/topic/centralise-content-on-add-listing-pages/#post-55035 Tue, 29 Sep 2015 17:26:07 +0000 Paolo Hi,

1st you need to give a fix width to the element you want to center and than add margin:0 auto:


#propertyform {
    margin: 0 auto;
    width: 600px;
}

This will not work on mobile though.

Thanks

]]>