Home Forums ConsultStreet Pro Some problems

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38373
    arttica
    Participant

    1. Logo size full and mobile problem
    2. icons not working
    3. how to find anchor id?
    4. Photo cuts in a half on mobile version
    5. i cant find contacts though enable on my site

    #38385
    themearile
    Keymaster

    Hi Daria

    Please add the below css code in the Additional css box to the responsive slider in the mobile view. Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.

    @media (max-width: 500px){
    #theme-main-slider .item {
    background-repeat: no-repeat;
    height: auto !important;
    }
    #theme-main-slider .item {
    padding-top: 80.56%;
    display: block;
    height: 0;
    }
    }

    Let us know if it works.

    Thanks

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