The content looks great on desktop and laptop, but shifts to the left on mobile. How can we center?
Hey tonyshanks,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Phone info fix */
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive.html_mobile_menu_tablet .phone-info {
clear: none!important;
text-align: left !important;
}}
Best regards,
Vinay
Didn’t work. columns are still shifting left see attached screen shot.
Hi,
Please try this CSS as well:
@media only screen and (max-width: 990px) {
.grid-entry {
padding-right: 0;
}
}
Best regards,
Rikard
Hi tonyshanks,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 990px) {
.grid-entry {
padding-right: 0px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria