A Few Menu & Portfolio Questions

URL: growplenty.liveside.co

1)  Mobile Menu

a. Padding: the left side padding is gone, so the page titles are right again the edge of the menu. (See here) How do I resolve this?
b. Hover over: On desktop, the submenu expands when the mouse is near the '+' mark. Is there a way to disable this because it's a bit jarring for the user.

2) Portfolio

a. Is there a way I can show "Related Projects" at the bottom of the a portfolio page so viewers can move directly to another one without using the back button? (In Settings, I have the "Single Project | Related Projects" toggle to 'on' but to no avail.)
b. While viewing an image in a portfolio project, is there a way to include a short title or caption describing the photo?

Thank you for your support.

Comments

  • Hi,

    please fix your html error first. If you will fix them all, we would be able to have a look on it once again. So far you got to many of them and it's impossible to check the code because most of your problems might be related with those errors.
  • Sure. In the meantime, I found the Overlay Menu option which I actually prefer. However, the header height is really tall now. Is there a way to reduce the height so the logo is in line with the menu hamburger icon?
  • To decrease that header type, you need to use extra css:
    #Top_bar:not(.is-sticky) { padding-top: 0 !important; }
    #Top_bar { top: 15px !important; }
    body:not(.template-slider) #Header { min-height: 70px !important; }
  • That works great. Thank you!

    One last question: Is it possible to reposition the "Scroll to Top" button to the bottom right side of the screen on mobile? Right now it's on the inside third right side of the screen.
  • But "Scroll to Top" button is already in the bottom right corner so we don't understand where you want to move it exactly.
  • It is, but I'd like to position it a bit more to the right beneath the menu hamburger icon above. Please see image at http://growplenty.liveside.co/wp-content/uploads/2016/05/IMG_6580.png

    Also: is there a way to change the overlay menu colors? Right now it's a dark grey background with green text, but we'd like to try some different color combinations.

    Thanks!

  • We are sorry but it's not possible to change it's position then. In reference to 2nd question, to change Overlay menu background color, you need to use the following css:
    #Overlay { background: rgba(255,255,255,0.5) !important; }
Sign In or Register to comment.