@DeepCode we can discuss it here better!
@DeepCode wrote:one problem solved
@media only screen and (max-width: 749px) {
.section-block{
padding: 0px;
}
#shopify-section-image-content .image-content__text .h5 {
font-size: 40px;
font-family: 'Roboto', sans-serif;
line-height: 1.2
}
}
It's almost perfect! some space still there between borders, but looks better anyway!
Thanks you! appreciate that so much! you're helping me a lot!!
@_media only screen and (max-width: 749px) {
.section-block {
padding:0px
}
.page-width{
padding: 0;
}
#shopify-section-image-content .image-content__text .h5 {
font-size: 40px;
font-family: 'Roboto', sans-serif;
line-height: 1.2
}
}
@DeepCode wrote:
@_media only screen and (max-width: 749px) {
.section-block {
padding:0px
}
.page-width{
padding: 0;
}
#shopify-section-image-content .image-content__text .h5 {
font-size: 40px;
font-family: 'Roboto', sans-serif;
line-height: 1.2
}
}
this code make a error page right now, i think that .page-width make that fail. Don't know if u need some part of code
TY!
@_media only screen and (max-width: 749px) {
.section-block {
padding:0px
}
#shopify-section-image-content .page-width{
padding: 0;
}
#shopify-section-image-content .image-content__text .h5 {
font-size: 40px;
font-family: 'Roboto', sans-serif;
line-height: 1.2
}
}
I feel stupid, but it gives me an error since we added the term page-width
this is the last code which one works
@_media only screen and (max-width: 750px) {
.section-block{
padding: 0px;
}
#shopify-section-image-content .image-content__text .h5 {
font-size: 40px;
font-family: 'Roboto', sans-serif;
line-height: 1.2
}
}
User | Count |
---|---|
558 | |
215 | |
129 | |
82 | |
49 |