Okay
  Public Ticket #1240159
Slider
Closed

Comments

  • Moushumi started the conversation

    I want to make the following changes in the slider at http://brionnamorse.com/

    #1  In the mobile version can we move the logo to left (in the slider) so that it doesn't obstruct the slider image


    #2 In the mobile version, how can I reduce the title and description bar height


  •  1,625
    Andrey replied

    Hello, Dear Moushumi.

    Yes we can help you.

    Could you please provide us with the link and password for your host? We need to edit some css rules.

    Kindly Regards.

  •   Moushumi replied privately
  •  1,625
    Andrey replied

    Hello, Dear Moushumi!

    Please click WP Dashboard => Appearance => Customize => Additional CSS and insert here the following rules:

    @media (max-width: 479px) {
     .fw-wrap-logo {
      width: initial;
     }  
    }
    @media (max-width: 510px) {
     .fw-wrap-logo {
      max-width: 90px;
      position: relative;
      left: -10px;
     }
     .fw-wrap-logo > a img {
      max-height: 70px;
     }
    }
    .intro_section .slide_description {
        padding: 30px 10px;
        display: block;
      }
    

    Then click "Save and Publish" in Customizer.

    These rules will fix issues with logo and title height.

    With Kindly Regards!