Viewing 6 reply threads
You must be logged in to reply to this topic.
revolution slider is not responsive on mobile. i had another website which uses the business revolution theme but it is optimized on the mobile. for this current site i am using the business modern theme but it is not optimized on the mobile. can u pls check. thx
im still waiting for a solution to this problem. can someone assist me.
Hello,
Please go to Revolution Slider options. Select your slider and edit the mobile version of it to your wish. See screenshot.
Best regards!
ok that works but the logo is not in the center and the logo is only displaying half possibly due to the url bar in the mobile. how do i fix that?
Hello,
Please add this code into your custom css box:
@media (max-width: 480px){
#logo img {
top: 52% !important;
height: 95px !important;
}}
Result screenshot. Let us know.
Best regards!
ok that worked but i would also like to be the logo to be in the center of the page in the mobile view. the logo is towards the right currently.
Hello,
You can add padding to position the logo to your wish. Example:
@media (max-width: 480px){
#logo img {
top: 52% !important;
height: 95px !important;
padding-right: 10px !important;
}}
Edit the attributes and their values to your wish.
Best regards!
You must be logged in to reply to this topic.