GeoDirectory SupportProblem with layout – GeoDirectory Support https://wpgeodirectory.com/support/topic/problem-with-layout/feed Wed, 25 Feb 2026 06:51:33 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/problem-with-layout/#post-39949 <![CDATA[Problem with layout]]> https://wpgeodirectory.com/support/topic/problem-with-layout/#post-39949 Tue, 19 May 2015 18:53:54 +0000 Dmitry Koptyubenko Hi!

You’ve helped me so much last month. Still I need more help. Please take a look here:

http://pumbr.ru/club/places/detskij-montessori-klub-sozvezdie-6/ (layout 1 attachment)

The layout is not pretty enough. Could you please help me to place Tags in the new line under Category and to the left of the page, not to the right. And then to place both line under the bodey of the listing, not above the main contents.

The next problem is here and everywhere шт the Category lists: http://pumbr.ru/club/places/education/ (layout 2 attach). You see – the title is too close to the main frame. Could you advise how to make it stand higher?

The same problem is with the counter at the bottom of each page – too close to the borderline.

Thanks!

]]>
https://wpgeodirectory.com/support/topic/problem-with-layout/#post-40047 <![CDATA[Reply To: Problem with layout]]> https://wpgeodirectory.com/support/topic/problem-with-layout/#post-40047 Wed, 20 May 2015 14:22:38 +0000 Simone Hello, add the following to your style.css and you’ll have the tags below the categories.


.geodir-tags {
float:left !important;
clear:both;
}

Question: have you edited this previously? because tags and categories are already below the main content by default.

For the title issue, add the following to your style.css


h1.entry-title.fn {
margin-bottom:5px;
}

you can increase the 5 to whatever suits you

]]>
https://wpgeodirectory.com/support/topic/problem-with-layout/#post-40109 <![CDATA[Reply To: Problem with layout]]> https://wpgeodirectory.com/support/topic/problem-with-layout/#post-40109 Wed, 20 May 2015 17:50:00 +0000 Dmitry Koptyubenko Thanks a lot!

I’ve not changed my css

]]>