Forum Replies Created

Viewing 5 replies - 121 through 125 (of 125 total)
  • Hi @someguy42,

    Thank you for using Blocks CSS!

    I have tried to replicate the steps you have mentioned and everything worked as expected on my end: I created a column, inserted in the Custom CSS panel “float:right”, and then duplicated that column.

    Can you please try and verify if this is actually not a plugin conflict/caching problem?

    If you have any questions, don’t hesitate to reach out to us!

    Hi @rargames
    Thank you for reaching out to us today! I’m glad we were able to resolve your issue regarding the hamburger menu options.

    I’m always striving to improve my ability to assist customers, and your feedback is incredibly valuable. If you had a positive experience with our interaction today, would you be willing to leave a review about it here: https://www.ads-software.com/support/theme/neve-fse/reviews/#new-post ?

    Sharing your thoughts helps others know what to expect when they contact us.

    Thanks again for your time and business!

    • This reply was modified 8 months, 2 weeks ago by mara3.
    • This reply was modified 8 months, 2 weeks ago by mara3.

    Hi @rargames,

    Thank you for using Neve FSE!

    Yes, it is possible to manually choose the width at which the menu should change. This can be achieved by inserting the /wp-admin/customize.php structure at the end of your site’s URL, and open the Additional CSS panel. There you can insert this code:

    @media screen and (max-width: 780px){
    .wp-block-navigation__responsive-container{
    display: none !important;
    }

    .wp-block-navigation__responsive-container-open {
    display: block !important;
    }
    }


    @media screen and (min-width: 781px){

    .wp-block-navigation__responsive-container-open {
    display: none !important;
    }

    .wp-block-navigation__responsive-container{
    display: block !important;
    }
    }

    Please keep in mind that 780px and 781px are just values for an example, you can change them in order to suit your needs.

    Additional information:

    .wp-block-navigation__responsive-container-open {
    display: [value] !important;
    }

    this snippet targets the hamburger menu and chooses how/if to display it, and this snippet:

    .wp-block-navigation__responsive-container{
    display: [value] !important;
    }

    targets the regular menu (the one displayed on the desktop version).

    I hope this answers your question.

    Best regards,

    Mara

    Hi @saylorwren,

    Thank you for using Otter Blocks!

    It seems that you are using a cover block which is not part of the Otter Blocks plugin. To avoid any issues with overflowing, I strongly recommend switching to a section block provided by Otter Blocks. This will not only help you achieve the same look but will also ensure that your image is perfectly responsive and fits within the window dimensions.

    If you are interested in implementing it using Otter Blocks I can provide more details on how to do so. You can find more details about the Section Block here: https://docs.themeisle.com/article/1833-the-section-block-otter-blocks-library.

    Kind regards,
    Mara

    Hi @amira20 ,

    First of all thank you for using Neve and Otter Blocks!

    Neve is a fully responsive theme by default so you should not have any problems with the responsiveness of the header image. I have tested with multiple types of images and could not see anything wrong. Could you please offer the URL of the website where this problem appears so that we can take a closer look? Additionally can you please specify on which browser/mobile device have you noticed this behaviour?

    In general, any image with the width around 1920 pixels and height between 600 and 800 pixels should work just fine.

    Kind regards,
    Mara

Viewing 5 replies - 121 through 125 (of 125 total)