Search Results for 'mobile menu'

  • Mirela
    Participant

    Hello,

    1-Please add this code into your custom css box:

    @media (max-width: 979px){
    .mobile_small_menu { color: white;}
    }

    2-You mean to make the hole image a link? Yes, it can but you will need to make changes to theme files.
    Go to file includes/view/portfolio/loop-grid.php and find these lines:
    https://codeshare.io/93OhB
    Replace with these:
    https://codeshare.io/pGu8Y

    3-Go to the page’s General Settings > Sliders Options > Codeless Slider Speed
    , change the value here.

    Best regards!

    01labs
    Participant

    Thanka Mihaila! I would prefer to keep the full navigation instead of having it default to the mobile small menu for 1024 browser widths. However even after removing all the padding, I still can’t do it. Is there a default width for the logo image? I tried to scale the actual media file smaller, but it only rescaled to fit bigger when viewed in the browser.

    Please advise.

    Mirela
    Participant

    Hello,

    You could decrease the menu items padding/margin in General Options > Header Options > Menu Options > Menu Items padding/margin, until the menu width is smaller than the header in this width and can be contained by header. Or add this code into your custom css box:

    @media (max-width: 1024px){
    .mobile_small_menu {
        display: block;
        left: 85%;
    }
    header#header #navigation {display: none;}
    }

    It will display the responsive menu when that width is reached.

    Best regards!

    01labs
    Participant

    When the browser is scaled to 1024px, the top menu drops below the header and into the content area,  overlaying it. Is there a way I can adjust the padding between the logo/navigation menu to keep the full top menu open instead of having it drop into the content area or responsively change to the mobile menu version?

    https://palolohome.org/wp

    Here is a screengrab

    In reply to: portfolio categories

    lolabalberola
    Participant

    Thank you for the answer! I could fix it.

    The case is exactly the same as the demo I sent you, with view all/mobile apps/phtography/php/web design,  they are portfolio categories in the menu. I hope I didn’t make any strange structure.

    best regards,

    Nicolekay
    Participant

    <p class=”p1″>Hey I’m almost finished this site, just have a few minor tweaks listed below that I need help with:</p>
    <p class=”p3″></p>
    <p class=”p2″>1. Home page – I have the circle rollover colour as white in the custom css, but it seem to flicker when you rollover, can that be fixed?</p>
    <p class=”p3″></p>
    <p class=”p2″>2. Menu – I did have the menu lined up with the bottom of the logo, but not sure if I changed a setting somewhere but it’s no longer in-line</p>
    <p class=”p3″></p>
    <p class=”p2″>3. Mobile/responsive -</p>
    <p class=”p2″>1. on an ipad horizontally the logo is cut off on the left side</p>
    <p class=”p2″>2. on this page  (<span class=”s2″>https://89f.6fc.myftpupload.com/executive-coaching-leadership-development/</span&gt;) the copy gets cut off on a mobile device when I use the Service Block (Effect) can anything be done about that?</p>
     
    <p class=”p2″>3. on my phone the first 2 circle icons and content are not lined up in the center but coaching & leadership Dev is centered.</p>

    In reply to: responsive layout

    lolabalberola
    Participant
    This reply has been marked as private.
    lolabalberola
    Participant

    hello, I have a web layout which I’m satisfied, but it doesn’t work at mobile or ipad layout. The logo is not centered as in the computer and it doesn’t appear the menu.

    Should I make any special settings?

    thank you

    pixie5
    Participant

    it doesn’t want to work the way I want it.

    May be there is a way to change it around?

    At the moment I have setting as full width. Looks perfect on mobile but full width on desktop. may be I can use a setting that would adjust desktop version only and make it show menu width only and not full width but keep same on mobile?

    cheers

    pixie5
    Participant

    Hi guys. I currently have set revolution slider to appear as box (menu width) on my desktop version – auto layout. It remains same layout on the mobile version which seems to be a bit small. What css I should use for it to show on mobile full width and just larger.

    Thanks

    CB1000RBiker
    Participant
    This reply has been marked as private.
    heliummrkweb
    Participant

    Thank you. My biggest problem right now is with the parallax images on my Menu (bleucitron.ca/menu) and my homepage. On mobile, the parallax becomes only a fixed normal photo (that’s what I want). But on iPad, everything’s fine when the iPad is vertical, but when its horizontal, the images are in parallax and are all blurred and resized. I want it to show just the images without parallax effect, like it appears on every other mobile devices and on the iPad with the vertical view. I want the parallax to be active only on desktop view

    Mirela
    Participant

    Hello,

    Yes, please add this code into the page’s custom css box:

    @media (max-width: 979px){
    .mobile_small_menu {  display: none;}
    }

    Best regards!

    Madej_Design
    Participant

    Please visit my website http://www.madeleinemadej.de.

    With your help I switched off the menu on the IMPRESSUM page. This perfectly works on normal monitors (menu is not visible) BUT the menu is still visible on MOBILE DEVICES e.g. mobile phone. How can I also switch off the menu on mobile devices?

    Thanks for your support!

    Madej_Design
    Participant

    Hello again!

    I just realized that the menu on the Impressum page of my website is still visible on MOBILE DEVICES. Is there any possibility to also switch it off?

    Thanks for your great work!

    Madeleine

Viewing 15 results - 1,021 through 1,035 (of 1,327 total)