Comments Moushumi started the conversationJuly 13, 2017 at 6:43pmI 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,693Andrey repliedJuly 14, 2017 at 11:21amHello, 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,693Andrey repliedJuly 17, 2017 at 4:15pmHello, 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! Sign in to reply ...
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
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.
Hello, Dear Moushumi!
Please click WP Dashboard => Appearance => Customize => Additional CSS and insert here the following rules:
Then click "Save and Publish" in Customizer.
These rules will fix issues with logo and title height.
With Kindly Regards!