Custom margin and padding for different devices
-
Hello,
I am trying to add css to my page so that the margins and paddings of the titles vary according to different devices but I see no changes. I am using WPBakery. For example if I want a title to have margin-top 80px, I name the class and the code is as following:
.header-right {
margin-top: 80px;
}Am I missing something?
- The topic ‘Custom margin and padding for different devices’ is closed to new replies.