Custom Property Slug URI
-
I created listings custom slug as ‘property’
The shortcode for listings is on home page in Estatik Native Theme
My home page or my other listing page both display 2 columns of listings, full width and you can view details of the property, all works well.
But on the top of the page that shows the single listing, there are the breadcrumbs that lead the visitor back to ‘property’..
and that property slug page shows in a width that pushes the 2 columns together.
Probably due to this `@media screen and (max-width: 600px) {
#wpadminbar {
position: absolute;
}`I have tried using custom css to change min-width setting by adding
`@media only screen and (min-width: 1024px) {
body.category #primary { width: 100%; padding: 0 50px; }
body.category #secondary { display:none; }
}`
but not sure that property is an actual category and it changes nothing.
and I have tried finding a way to delete the display of those breadcrumbs.Am open to suggestions
The page I need help with: [log in to see the link]
- The topic ‘Custom Property Slug URI’ is closed to new replies.