Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #440213

    HI ,
    you sent me the following code to add to the css in order to show the phone number only on mobile device,

    @media only screen and (min-width: 768px) {
    #header_meta { display: none !important; }}

    it works but I just discovered a bug:
    it enlarges the header height size also on widescreens – and doesn’t look good:

    how can we fix it?

    Uri

    #440417

    Hey uribinsted!

    Please add following code to Quick CSS as well

    @media only screen and (min-width: 768px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 122px !important; }}

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.