Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2901221
header mobile version search button
Closed

Comments

  • ferdychan started the conversation
    Customizing ▸ Logo & Header▸General
    when i choose Header Layout > Header 6, the search input text will got issue.
    note : i already reinstall and have same problem.
    kindly check below screenshot

    4371131332.png
    7756551069.png
  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 767px) {
        .header-search-style-default #navigation.header-6 .show-search form.pc-searchform input.search-input {
            height: 60px;
            padding: 15px 35px 15px 0;
        }
        #navigation.header-6 .pcheader-icon > a, .header-search-style-default #navigation.header-6 .show-search a.close-search {
            height: 60px;
            line-height: 60px;
        }
    }

    Regards,
    PenciDesign.



  • ferdychan replied

    thanks team, is it problem if i edit direct from main.css ?

  •  2,492
    PenciDesign replied

    Hi,

    You shouldn't edit the main.css file, all your customize will be lost if you update Soledad to the newest version in the future.

    Regards,
    PenciDesign.


  • ferdychan replied

    noted and thanks. i hope this bug will fixed on the next version