-
-
Hi,
How to set up responsiveness of page header background with page title?
-
Hello,
For which screen dimension do you want to change it?
For mobile, add this code into your custom css box:@media (max-width: 480px){ .header_page.with_subtitle.centered .titles h1 { font-size: 53px;} .header_page.with_subtitle.centered .titles h5 { font-size: 23px;} }
Edit the values to your wish.
Let us know.Best regards!
-
-
Hello,
Please edit the code above to this:
@media (max-width: 480px){ .header_page.with_subtitle.centered .titles h1 { letter-spacing: 0px; font-size: 35px !important; } .header_page.with_subtitle.centered .titles h5 { font-size: 20px !important; } .header_page.centered h1 { top: 0 !important; margin-top: -170px !important; } }
Result screenshot. Let us know.
Best regards!
-
Thank you, it works.
Can you help me please with codeless slider on mobile which is set as header on this page? It is set, but disappeard on mobile and empty space is displayed.
-
Hello,
Please go to page’s General Settings > Slider Options > Remove Sliders from Mobile Phone View, make sure it’s not set OFF.
Let us know after so we can check it if it still isn’t showing on mobile.Best regards!
-
-
Hello,
This is strange. However, i added this code into your custom css box:
@media (max-width: 767px){ .slider#slider-fullwidth { min-height: 425px !important; opacity: 1; overflow: visible; } .codeless_slider_swiper, .codeless_slider_wrapper { min-height: 425px !important; opacity: 1; overflow: visible; } .codeless-slider-container.swiper-parent.swiper_slider.codeless_slider { height: 425px !important; } .codeless_slider .swiper-slide h5.animated.fadeIn { margin-left: -61px !important; text-align: center !important; }}
It’s ok now. This is how it shows up in mobile: https://pho.to/AYsmR
Please check and let us know.Best regards!
-
-
Hello,
You can edit slider view in mobile with custom css. Wrap up the custom code with the @media rule, like the examples above.
You need to change the height of several css classes to achieve this. Use inspect element to test them.
I can suggest you these useful links:
https://learn.shayhowe.com/advanced-html-css/responsive-web-design/
https://www.w3schools.com/css/css_rwd_intro.aspSorry but this is a personal customization you are requesting now. So this is all we can help since these type of customization are not included in support service.
Kind regards!
-
-
Hello,
Sorry! We do not include the payed customizations on our service service. But i recommend you to see the links that my colleague gave on the previous reply.
Kind Regards!
Merry Christmas!
-
You must be logged in to reply to this topic.