It seems to take affect on desktop but not mobile is what I a seeing and looks like the responsive css theme file is overriding it but When I try to update the reponsive file it still does not take affect.
That's what I cannot figure out. Whatever i set in the theme subheader area takes affect on desktop but not mobile ... trying to get them both the same but when you drag the window you can see it switch to the hard coded stying of the respnsive css file
Ps... is there a global way to control the padding on containers that you set.. On desktop I can get the spacing looking good but on mobile that same spacing between containers looks excessive so looking for a global way to reduce the padding in half maybe on mobile.
only way I could think of would be to duplicate each container and set the padding differently and set to display on mobile only for those and the desktop padding to display on desktop only but that didnt seem the most efficient way of doing so
ok.. so maybe best options would be to give each container a class and then adjust padding for top and bottom between those containers with media quiries for mobile only ... Would that be the most efficient?
Comments