Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1287429

    Hi

    I would like to hide the UK office button as shown on the website below on the mobile. I would also like some more space between the telephone number and the logo on both the desktop and mobile version, please.

    I have included the current coding in the quick CSS should you need it

    Thanks

    #1288220

    Hey info224,

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

    @media only screen and (max-width: 767px) {
    li#menu-item-246 {
        display: none;
    }
    div.phone-info {
        padding-bottom: 10px;
    }
    }

    Best regards,
    Rikard

    #1288246

    Hi

    Unfortunately, that hasn’t worked :(

    #1288896

    Hi info224,

    Please try to disable CSS file merging and compression in Enfold > Performance.
    If that does not help, Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.