Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #216933

    Hi, still having a few issues with my build. I have loved the process thus far, and want to stick with the theme for the forceable future :) Anyone reading this other than support, please trust me when i say its a great theme, and the support is topnotch.

    Ok,

    My slide out menu is in poor shape once clicked on. I don’t know what is causing it as i have only styled the main menu at this stage. could this be effecting it? when i size down the gallery page to mobile there is a white space at the bottom, what is generating this and how can i change it to black?

    #216934
    This reply has been marked as private.
    #217610

    Hi!

    Please add following code to Quick CSS to fix mobile menu issue

    @media only screen and (max-width: 767px) {
    #menu-item-73 {
    right: 0;
    }
    #menu-item-72 {
    left: 0;
    }}

    and it seems like you have fixed gallery issue. If you have not, please post a screenshot, as it looked totaly fine for me

    Best regards,
    Yigit

    • This reply was modified 10 years, 1 month ago by Yigit.
    #218680

    Thank you that code sorted out the mobile menu!

    Regarding the pictures in the light box on mobile pls see the screen shots, it seems that the borders are braking somewhere.

    Screenshot1
    http://backup.mcewan.co.za/rich_grill/screenshot1.png

    Screenshot2
    http://backup.mcewan.co.za/rich_grill/screenshot2.png

    #218806

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .pp_details {
    width: 100%!important; }}

    Lightbox issue was fixed and will be included in upcoming update

    Regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Problem with Slide Out Menu and Mobile gallery Light Box’ is closed to new replies.