Hi,
I got some help earlier on with getting some text made responsive and center properly on cellphone. Now I notice that on 2 text boxes the text isn’t centered. It’s just a tad to the right.
I have attached some screendumps – these are from my webbrowser made smaller, but it looks the same on a cellphone.
This is the code I got from support.
@media only screen and (max-width: 767px) {
.responsive-modification .spb-column-container.col-sm-6 {
min-height: 480px!important;
}
.responsive-modification .spb_content_element.col-sm-8.spb_text_column {
min-height: auto!important;
margin-bottom: 0;
}
.responsive-modification .blank_spacer {
height: 15px!important;
}
.disabled-spb-row-container.spb-row-full-width .spb-column-container .row {
margin-left: 0;
margin-right: 0;
/* padding-left: 0;*/
min-height: inherit!important;
}
Any ideas?
/M
Attachments:
You must be
logged in to view attached files.