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

    Hello,
    I need your help for a small change of style in the header of the site in mobile version.
    How can I get the result in the image? (Image in private section)
    Basically I want the flags and the phone are on the same line.

    I must inform you that I have used the following code in CSS quick to solve the problem of the flags that covered the phone but now I can not put everything on the same line.

    `@media only screen and (max-width: 767px){
    .responsive #header_meta .sub_menu>ul>li {
    padding: 0 0px;
    }
    .responsive #header .social_bookmarks {
    width: 20%;
    }`

    Thank you in advance for your help

    Header

    #274595

    Hey Lido!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive .phone-info { float: right; width: 20%; margin-top: -30px; }
    .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul { float: right; width: 75%;}}

    Cheers!
    Yigit

    #274632

    Perfect!!
    Thank You! :)

    #274637

    Hi!

    You are welcome, glad we could help! :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile Header ( How WPML flag and Phone inline ? )’ is closed to new replies.