Home Forums Multi Mobile App Differences on Mobile View Reply To: Differences on Mobile View

#22502
User Support
Participant

Hello Tia,

We have checked your site on safari. We did not find any problems you mentioned. could you send us your issue screenshot so that we will be able to solved it.

For slider overlay color of mobile view, we have added a new option as “Slider Overlay Color for Mobile View” in Dashbord >> Appearence >> Customizer >> Home Sections >> Slider Section >> “Slider Overlay Color for Mobile View”.

For logo, You have to set 0px to margin left and margin right. Follow below steps,

Dashbord >> Appearence >> Customizer >> General Configuration >> Logo Left Margin and Logo Right Margin >> set 0px.
and then simply add following css in

Dashbord >> Appearence >> Customizer >> Additional CSS >> Click on publish button.

.logobox {
text-align: center;
}

Thank You.