Forum Replies Created
-
AuthorPosts
-
November 3, 2020 at 3:08 pm in reply to: Presentation of my travel website made with eleven40-pro (Guía de Madrid) #501725
ddegner
ParticipantThe dominant photo at the top of the page is stretched/distorted horizontally which gives the whole page a cheap look.
Also many of the photos are over-compressed. I'd present the photos in a higher quality because that makes the whole site look higher quality.
Also, the font used is wide and kind of hard to read, but that's a smaller detail. In general I'd increase the padding between the text, it is all kind of text heavy and very few people will read it.
Always trying to perfect my photography portfolio
https://www.DavidDegner.comSeptember 23, 2020 at 3:43 pm in reply to: Single item menu is hidden behind a hamburger on mobile #501176ddegner
ParticipantHere is how to remove the hamburger menu for the next person who needs it.
Remove in function.phpif ( function_exists( 'genesis_register_responsive_menus' ) ) { genesis_register_responsive_menus( genesis_get_config( 'responsive-menus' ) ); }
Change in style.css
.nav-primary { float: right; padding-bottom: 15px; padding-top: 15px; }
Always trying to perfect my photography portfolio
https://www.DavidDegner.comddegner
ParticipantThanks Anita for helping:
Here is how to remove the hamburger menu for the next person who needs it.
Remove in function.php
if ( function_exists( 'genesis_register_responsive_menus' ) ) { genesis_register_responsive_menus( genesis_get_config( 'responsive-menus' ) ); }
Change in style.css
.nav-primary { float: right; padding-bottom: 15px; padding-top: 15px; }
Always trying to perfect my photography portfolio
https://www.DavidDegner.comddegner
ParticipantActually, I think this might help you: https://wpflames.com/hamburger-menu-desktop-in-genesis/
Always trying to perfect my photography portfolio
https://www.DavidDegner.comddegner
ParticipantIronically I came here because I want the exact opposite. How do I never get the hamburger menu, I just want the single item to always be visible.
Sorry I can't help.
Always trying to perfect my photography portfolio
https://www.DavidDegner.com -
AuthorPosts