Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #644968

    Hi,

    1) I am trying to make the background area for the phone number have the white (or off white) bar the whole time, not just when scrolled. Any idea what CSS I could use to make this happen? (See image)

    RocketLeads Background Phone Number

    2) When I click to scroll down to a specific section on the mobile version of the site it is a few pixels off. Any idea what CSS I could use to get this to get exactly to the desired section? (See image)

    RocketLeads Scroll Down

    Thanks,
    Chris

    #645288

    Hey Chris,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    #header_meta .container {
    background:white !important;
    }
    }

    Cheers!
    Rikard

    #645418

    Hi Rikard, thank you. Is there any way to make the background color for the phone # area go all the way across? Similar to how it does when you scroll down? (See image below.)

    Also, do you have any ideas for #2 in my original post above?

    RocketLeads Phone Number

    Thanks,
    Chris

    • This reply was modified 8 years, 5 months ago by chrisbelote.
    #645556

    Please see the image below in reference to #2 in my original post. When I click to scroll to a section it is just a few pixels off. Looking for CSS to fix this. Thanks!

    RocketLeads Scroll Images

    #646772

    Hi!

    Please replace the previous code inside the css media query with this:

    #header_meta {
        background: #ffffff !important;
    }

    Regards,
    Ismael

    #646773

    Hi,

    Please update the theme to the latest version. That should fix any issues you are currently experiencing :)

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area

    Best regards,
    Andy

    #646787

    Ismael, that did the trick for #1. Thank you sir!

    Chris

    #646789

    Hi Andy,

    I just updated the theme and emptied the cache. When selecting a section it appears to be a few pixels off for each section for mobile only. It works fine on a PC/Mac.

    Login credentials are in the private content area.

    Thanks,
    Chris

    #647331

    Hi,

    Please review the site now we have added the below code in Quick CSS

    @media only screen and (max-width: 767px) {
    #header_main {
    padding-bottom:10px!important;
    }}

    Best regards,
    Vinay

    #647358

    Vinay, it is working perfectly. Thank you kind sir!

    Best regards,
    Chris

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Mobile Site Phone Number Area Background & Scroll Down a Few Pixels Off’ is closed to new replies.