Hello,
We need to show an advanced search by proximity module just above the main component information of the page and below the "breadcrums".
But we can not find a position corresponding to this.
So far we have chosen the "top" position, but this makes the advanced search by proximity module appears above the "breadcrums". And it's not what we want.
Regards,
Juanjo
Hi.
Browse to:
Backend -> Extensions -> Template manager -> Templates
Find Socialzie on list and click button "Preview".
If you don't have "Preview" button then click "Options" button in upper right corner and set "Preview Module Positions" to Enabled.
Then go back to list and click "Preview"
This allow you to display ALL Socialize module positions.
Just set your breadcrumbs to position that is right above to position you want to assign to search module.
Or assign both to the same position but order modules so the breadcrumb is before search module.
Hello,
I've made the changes you suggest. The result is not very aesthetic. How can we correct the color and space around of advanced search module, which is now in the position of "breadcrumbs"?
Another question, how can I make the space to the sides of the words of the menu bar is less to include more options without having a second line?
Regards,
Juanjo
Hi.
1. Please, post a link to page where I can see it.
2. Add this code to custom.css (if you don't have custom.css in ROOT/templates/socialize/css then feel free to create it)
The add this code:
.t3-mainnav .navbar .nav > li > a {
padding: 10px 20px !important;
}
Hi Michal,
Great! the menu bar is now in one line only!
To check the aesthetic problem visit this url:
campus.malacainstituto.com/en/malaga-guide
You have to use your credentials to login.
Thanks and regards
Juanjo
Hi.
Add this code to custom.css:
.t3-navhelper {
background: #f6f6f6 !important;
}
.t3-navhelper .jrForm {
margin: 0;
}
.t3-navhelper .jrRoundedPanel {
border: 0;
}
Hi.
You chosen module position that doesn't display it. module positions have styles. Style assigned to this position dosn't display module title. Changing this will require core files to hack... so you'll have to restore your customization each time after upgrade.