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

    Is there a way that I could change the size of the logo when viewed on a mobile device (vertical) so that the search button is visible? Or, if you guys have any other creative suggestions in displaying the search button in a different location, perhaps moving the hamburger menu icon down 10 pixels and putting search icon right above it? I kind of like that idea, but not sure if it would be too difficult.

    Please see screenshot in private content, along with any other information you may need as well. Thank you.

    • This topic was modified 7 years, 4 months ago by sdsitetechdotcom. Reason: Fixed screenshot link in Private Content
    #823831

    Hey sdsitetechdotcom,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 450px) {
      .responsive .logo img {
        width: 60%;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #824949

    Thanks, you can close this thread now.

    #824962

    We’re glad that Victoria was able to assist you. For any other questions or issues, feel free to post them here on the forum and we will do ur best to help you.

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Modifying Search Button on Mobile’ is closed to new replies.