-
Author
-
July 3, 2016 at 18:43 #127822zzkamikazezzParticipant
Hi
Im finding my last drop down menu, on the right of the screen, ‘About’ is having the drop down contents chopped off as it spills off of the right of the screen.
Its probably a very simple to fix if you have more than the basically zero knowledge I have! Any help here please? Obviously I want it to still play nicely on mobile as well, as it presently works fine there.
Thanks
July 4, 2016 at 06:29 #127869LauraModeratorPlease update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 4, 2016 at 21:45 #128012zzkamikazezzParticipantHi, this seems a bit of a cookie cutter response. I’ve updated to 4.0.8, so my bad for not being up to date. The drop down menu is still cut off on the right. Surely this is styling needed? No point me following the de-bug steps etc above
Very basic stuff I’m sure, but I’m not a developer, sorry!
There is a link to my site in the first post. Its the ‘about’ menu that is causing the issue.
Cheers
July 5, 2016 at 22:08 #128167LauraModeratorHello, try by adding this to style.css of child theme
COPY CODE.collapse.navbar-collapse.nav-collapse { width: 40%; } ul#menu-primary-menu { margin-left: 5%; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 6, 2016 at 15:04 #128217zzkamikazezzParticipantPS It is not the nav bar hat is getting cut off. It is when you hover over ‘About’, the drop down items get chopped as they go off screen.
Having all drop downs right align instead of left would sort it?
July 6, 2016 at 15:25 #128220zzkamikazezzParticipantWow
Some how I fixed it. I found this snippet here:
http://stackoverflow.com/questions/22519377/css-dropdown-menu-with-submenu-aligning-to-the-right-edge-of-its-parentAnd changed it to this:
#menu-primary-menu.nav.navbar-nav li:hover ul{
left:auto;
right:0;
margin-right:-10px;
}All seems good now.
I guess this is the best solution really, having to have them all right alogned. Same it cant just be the last ine, but no worries
July 7, 2016 at 13:51 #128373LauraModeratorHello, wow glad you could resolve it! I am sure it will help other users 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.