Hi, I would like the same logo on the desktop and in the IPAd, but in ipad I see small logo, can you help me?
librandi Hi Add this code in custom.css file
@media (max-width: 768px) { .logo-control .logo-img-sm { display: block; } .logo-control .logo-img { display: none; } } @media (min-width: 767px) { .logo-control .logo-img-sm { display: none; } .logo-control .logo-img { display: block; } }
Regards
it's perfect, but the two writings are below and not in line with the logo Ninja
librandi Kindly check now. Ref: Screenshot
Kindly ensure to clear your browser cache if changes dont reflect.
librandi Hi In Ipad view the space is not enough to show all in one row. Open /tpls/blocks/header.php file and change the values of col-sm for logo and head right as give below. This is now : http://prntscr.com/n6sk7p change it as : http://prntscr.com/n6snjf
now add this code custom.css file
@media (max-width: 768px) {.head-right .custom p {display:flex;}}
thank you, somethin doesn't works because now is all under logo, in desktop and in ipad, I woul all on same line
librandi Hi You need to apply changes for col-sm class not for col-lg 😛 I fixed it
you are a very great man