Tagged: ,

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

    Hi Guys!

    i really appreciate your help building my website!

    First: as you can see, from 989 px to 768 the phone info ( FREE DELIVERY WORLDWIDE) is below top header line: i would like to keep it in the top header, in line with all the rest of the elements.

    I tried to play with CSS without success.

    Many thanks for your precious help!

    Cheers

    Mario

    • This topic was modified 9 years ago by Mario.
    #536467

    Hey Mario!

    Please add following code to Quick CSS

    @media only screen and (max-width: 990px) {
    .phone-info {
        width: 40%!important;
    }}
    @media only screen and (max-width: 768px) {
    .phone-info {
        position: relative;
        top: -30px;
        left: -15px;
    }}

    Regards,
    Yigit

    #536488

    GREAT! WORKS!

    thanks a lot Yigit!

    Cheers
    Mario

    #536492

    Hi!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘reposition of header elements’ is closed to new replies.