Home Forums WoodMart support forum Center Section title at mobile device Reply To: Center Section title at mobile device

#157074

Hello,

Please add this code to the Theme Settings > Custom CSS > Mobile/Landscape/Tablet:


body #wd-5dcc1ee3a103f .title-after_title {
text-align: center;
}
body #wd-5dcc1d76a331b {
    display:block;
	  margin: 0 auto;
	max-width:150px;
}

Insert the code I have provided below to Tablet/landscape and Mobile.

Best Regards