Hello, Could you please let me know if it is possible to make the following changes as shown in the image? Can the site map menu be aligned so the bullet points are justified? Change the dashed lines to solid? Thank you for your time and expertise.
Hello, Go to Appearance > Theme Options > Styling Options > Custom CSS And paste following code in Custom CSS and press Save All Changes button. Code: .footer_wrapper_top .footer ul { text-align:left; } .footer_wrapper_top .footer h4 { background:none; border-bottom: 1px solid #A9A9A9; } This will solve your issue. Thanks & Regards Yogesh Bhade
Hello Drennoa, We have got your concern please send us your website link so that, we can have a look over the issue in details. Thanks & Regards Yogesh Bhade
Hello Drennoa, Go to Appearance > Theme Options > Styling Options > Custom CSS 1. Delete following code from Custom CSS. Code: .footer_wrapper_top .footer ul { text-align: center; } 2.Now paste following code in Custom CSS and press Save All Changes button. Code: .footer_wrapper_top .footer ul { text-align: left; margin-left: 168px; } @media only screen and (max-width: 480px) { .footer_wrapper_top .footer ul { text-align: left; margin-left: 20px; } } This will solve your issue. Thanks & Regards Yogesh Bhade