• Resolved psycholoogmarieke

    (@psycholoogmarieke)


    Hello,

    i changed the looks of my website.

    how can i remove this block safe (there is now some text which i made invisible)? when i remove it now the blocks above it (with the pictures) become suddenly smaller.

    https://ibb.co/fM5jcgW
    and how can i remove the black here?

    https://ibb.co/pjQmrWj

    and is it possible to have some pages with a completely different backgroundcolor?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 31 through 37 (of 37 total)
  • Plugin Support putra1arya

    (@putra1arya)

    For the block bigger we found typo in your css. And here the css after we fix it.
    Before guten-psy only have one y now it has 2 y. And you forgot #.
    https://ibb.co/VLzt7Xq

    @media only screen and (max-width: 1024px) {
    #guten-psyy{ width: 100% }
    .guten-psyy{ width: 100% }
    }
    @media only screen and (min-width: 1025px) {
    #guten-psyy{ width: 155% }
    .guten-psyy{ width: 155% }
    } 
    

    For the menu border we don’t found problem in your additional css.
    But we found that break point in your navigation is mobile not tablet.

    https://ibb.co/5RBHvVX
    https://ibb.co/z6pBTk3

    Here the Additional CSS that should work on your website.
    /** randje om mobiele menu**/
    @media?only screen and (max-width: 1024px) {
    .guten-nav-menu.break-point-mobile .gutenverse-menu-wrapper .gutenverse-menu-container {
    border: 1px solid #F4F1EC;
    }
    }




    Thanks

    • This reply was modified 1 year, 2 months ago by putra1arya.
    Thread Starter psycholoogmarieke

    (@psycholoogmarieke)

    Wonderfull! It finally works again ??

    thank you!

    last question about this: how can we make the menu shorter? https://ibb.co/mzLRzFG

    Plugin Support putra1arya

    (@putra1arya)

    Hi! @psycholoogmarieke,
    You already covered it on your additional css but maybe you forget to change break-point-tablet to break-point-mobile.
    https://ibb.co/SfBNMZd

    Here the right code:
    .guten-nav-menu.guten-element.break-point-mobile .gutenverse-menu-wrapper { height: auto !important; }

    Thread Starter psycholoogmarieke

    (@psycholoogmarieke)

    thanks for the code!

    what do i have to change? that visitors see this clickable nav menu on the mobile and tablet?

    Plugin Support putra1arya

    (@putra1arya)

    Hi! @psycholoogmarieke
    In your additional css change all “.break-point-tablet” to “.break-point-mobile”.
    To make the hamburger button seeable even if on mobile and table you need to turn off the hover icon color on that button. In Nav Menu > Style > Hamburger Style > Hover > Hover Icon Color.
    https://ibb.co/wKqZrXz

    Thread Starter psycholoogmarieke

    (@psycholoogmarieke)

    hi, thank you.

    now i have the hamburger menu only visible on a mobile. that’s good.

    Thread Starter psycholoogmarieke

    (@psycholoogmarieke)

    hi @putra1arya?

    again the navmenu background in my mobile menu is gone, after some things i have changed. can you assist how i can get back the navmenu background, which i had only on the mobile screen?

Viewing 7 replies - 31 through 37 (of 37 total)
  • The topic ‘divers’ is closed to new replies.