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
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
GREAT! WORKS!
thanks a lot Yigit!
Cheers
Mario
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