Cell Borders

2»

Comments

  • the menu ham classes & exams doesn't open

    every once in a while it does but usually doesn't


  • You probably did not attach a link to this forum discussion.

    This:

    https://forum.muffingroup.com/betheme/discussion/61849/cell-borders#latest

    Please, send a message once again, but with all the required information.


    Thanks

  • Hi

    I see you made the tweaks :)

    2 things

    • when i scroll down: the the menu width and the page width changes
    • how can i make the header picture the same width of the page
    • how can i make the page the same size as the menu width
    • i like the larger width if possible
    • Contact us page when i submit how do i change the email address it goes to
  • and i believe my last question ~

    why do the home page alert "click here buttons" not open a different page they are set to "self" and should not replace the home page?


    again thank you for all your help you have been patient and a great instructor!

  • ooops did have one more :(

    How can i change the color of the menu button

    the selected menu button when hover over i an trying to change to yellow

  • Hi Phil

    I got the menu colors worked out

    but Id still like directions on how to make the hover background color on the menu


    :)

  • 1) To reduce the space above the picture, hide the Subheader in Betheme -> Theme options -> Header & Subheader -> Subheader, or set its padding to 0 (if you are using Subheader on one of your pages).

    2) You can reduce the space below the image by setting bottom padding for <td> to zero.

    3) To center the image, you must add the class "scale-with-grid". I have already added it to your photo, so you do not have to do it.

    4) There were some empty widgets in your Footer, causing space above the blue box, which I removed

    5) The menu width seems to be a Betheme issue. We will take a closer look at it. For now, please, use the following CSS code:

    .layout-boxed.header-boxed #Top_bar.is-sticky{
       max-width: 1134px!important;
    }
    

    6) To increase the site width, go to Betheme -> Theme options -> Global -> General.

    7) For setting up the email, please, check the Contact Form 7 website.

    https://contactform7.com/setting-up-mail/


    Thanks

  • got it all thanks

    i tried the css in betheme>options>css

    nothing happened


  • thanks for all your great help

    i am noticing on a cell phone the site is not together

    please take a look at and let me know any comments you might have

    :)

  • hi Phil


    hat to bother you with this one but


    I am having an issue with wpform i am not receiving emails

    i talked to Bluehost for an hour


    they unlocked the service

    i set up an email with the website name and

    forwarded the emails to my Gmail account


    still not sending after i hit the submit button

    i do get this response: Thanks for contacting us! We will be in touch with you shortly.


    so i believe it is working and Bluehost is not sending the emails after i submit


    BUT


    Bluehost said: I'm using muffin builder and that could be the issue


    i think it is them internally but thought id offer this to you and see what you think

  • 1) You forgot to copy a dot from the beginning of the code.

    When you add it, this CSS should work.

    2) Sorry, but we do not support WPForms, and we do not know how it works.

    I suggest using Contact Form 7 instead.


    Thanks

  • Hi Phil

    hope all is well

    question?

    • How can I clean up my cell phone presence
    • when I go to my website on my cell phone the website it is not laid out properly
    • is this something I am bale to fix?


    I tried to add WooCOmmerce

    • can the menu tabs be integrated into the current menu layout I am using?
    • seemed to add external menu tabs outside of my current menu layout so I disabled the plugin and removed them from appearance>menus...

    Please take a look at my site on you cell phone

    as always :)

  • 1) To adjust the mobile display, you will have to use the media queries. Please, check the following link on how to use it:

    https://support.muffingroup.com/how-to/how-to-customize-css-based-on-screen-size/

    If you have problems with that, you will have to contact your web developer.

    2) Please, check our documentation showing how to use WooCommerce with Betheme:

    https://support.muffingroup.com/documentation/woocommerce/how-to-use-woocommerce-with-betheme/


    Thanks

  • hi I tried adding this to the appearance>theme editor is this were I was supposed to place the script above?

    I read about disabling jetpack and other plugins which i did

    same issue


    I am the the web developer for this site new but learning

    any other help you can offer?

    thanks

    :)

  • hi

    i tried again to add to betheme>options>custom css

    same issue nothing happened

    any words of wisdom?

  • Sorry, but I cannot recommend anything else.

    If you need advanced help with your website customization, I suggest checking the following link:

    https://wpkraken.io/?ref=muffingroup


    Thanks

  • Hi Phil


    ok I fixed everything


    I remember reading that if an image/cell is too large it could create an issue on a mobile device


    • The four columns across is what was creating the issue
    • Had to have three across and problem fixed


    BUT


    • nothing I do will fix the header issue moved to the right on mobile device
    • I reset the image to all different sizes and no matter what I do it will not center


    • Please take a look at the HOOK script and see if there is something there that you can see that is causing the issue


    Thanks

  • Sorry, but the code you put in hooks is your HTML with CSS, and it is not part of our theme.

    We do not provide help with writing or modifying such custom structures, but we help with minor CSS changes for elements coming from our theme or plugins we support.


    I hope you understand,

    Thanks

  • hi


    how do i remove the logo in the top header

    the black space that appears when you scroll down

  • hi


    why when enter a search query and hit the search button

    • the header image drops down the page by 4 inches and enters 200 point text in white font color
    • RESULTS FOUND FOR:
    • and after the 3 click here buttons the results show
  • Can you send a screenshot showing what you are referring to, please?

    This text is placed in the Subheader.

    To remove it, please, go to Betheme -> Theme options -> Header & Subheader -> Subheader, and check Hide: Page Title.

    Thanks

  • before scroll down

    after scroll down

    I unchecked title in sub header but the logo is still there

    I fi add the "stick Header" in white lettering you would see the complete logo bit just the triangle

  • 1) If the white text still appears on the search result page, then it means it is a Betheme problem, and we will take a closer look at it.

    For now, please, use this code:

    .search-results #Subheader{
       display: none!important;
    }
    

    2) If you want to get rid of the sticky header logo, please, upload a 1x1px transparent picture in place of it.

    Thanks

Sign In or Register to comment.