- Acme Themes

Best Premium and Free WordPress Themes Forums Lawyer Zone Pro My website is behaving strangely Reply To: My website is behaving strangely

#51176
acmethemes
Keymaster

Dear Anay,
Please replace the previous CSS code with the one given below:
Appearance > Customize > Additional CSS
.widget_lawyer_zone_about, .at-feature-about{clear:both;}

Technically in our theme services block with “feature” design type needs to be above the about the block and below the image slider block. But you had selected the “Design Type” “Feature” in “AT Service Section”(in your site “Our Core Services”). You can change it into “Normal” or if you want the same design but below other section simply add these CSS codes in Additional CSS.

.home .acme-services.feature {
   margin-top: 0;
}
.home .image-slider-wrapper + .acme-services.feature{
margin-top:-150px;
}

Best Regards!

  • This reply was modified 5 years ago by acmethemes.