Menu not aligned
-
How do I get the menu to go side by side instead of underneath eachother on the main nav at https://www.womensbusiness.club/directory/
and how do I get my listings not to have the side bar? Despite my best efforts and setting the visibility to hide, the side bar won’t go away. https://www.womensbusiness.club/listing/a-plan-insurance-cheltenham/
The page I need help with: [log in to see the link]
-
I took a look at your page and it appears that the Bootstrap feature has been turned off, I turned it off before and that is exactly what happened to my menu.
Hope that helps.
Thank you Khinson6, I have tried this but it didn’t make a difference sadly.
@wombizclub: It looks like your theme is adding
display:flexto navbar class.Try adding the following CSS:
#navbar-directory ul.navbar-nav { display: block; }That worked thank you. Now, how do I get rid of the side bar on the listings – https://www.womensbusiness.club/listing/a-plan-insurance-cheltenham/
Are you overriding template files in the theme?
I have no idea, how do I check?
Also, the post page is not showing correctly, have a look at https://www.womensbusiness.club/listing/a-plan-insurance-cheltenham/ The menu is showing in the post for some reason and there is something weird going on with the reviews section too.
You can check your theme for “lddlite_templates” folder. if this folder is there than template files can be updated there.
The menu header is LDD directory plugin header and will be on all directory pages, unless over written in template. https://www.screencast.com/t/ihLb6OSGsDFor review section you can add
.review_submission_form{margin-left:30px !important}to your css fileMy template folder is empty, there are no files in the lddlite_templates folder – I removed them as they caused a conflict previously
There is something seriously wrong as the comment box is duplicated too – what would cause the header and footer to be duplicated like this? https://www.womensbusiness.club/listing/a-plan-insurance-cheltenham/
You can override template files in your theme. this should be safe, we can remove extra title and footer comment by changing files in theme. it seems like your theme is binding some hooks with post as well as template file. did you try both option under Template Overriding https://www.screencast.com/t/QnayH0MQ
Perfect that worked thank you. Now it’s showing full screen though, how do I get it to 80%?
You can add
.single single-directory_listings .directory-lite {
width: 80% !important;
padding-left: 10px;
}
to your theme css file-
This reply was modified 8 years, 2 months ago by
LDDConsulting.
It didn’t seem to work
https://www.womensbusiness.club/listing/natasha-musson-wardrobe-consultant-stylist/
-
This reply was modified 8 years, 2 months ago by
The topic ‘Menu not aligned’ is closed to new replies.