My website is behaving strangely - Acme Themes

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #50914
    Anay Shukla
    Participant

    Please see the staging link below. Please open in your desktop.

    Home

    To appreciate what I am saying below, please open the above link in your phone internet browser as well.

    1. Under the about us tab on the main page, some of the content in the about us has been eaten away.

    2. The image of the cactus plant has been eaten away (it magically appears one in ten times that i open the website, but the content is still eaten)

    If it helps, i have removed the two extra buttons from the About Us widget by placing value ‘0’ inside it. Trust i am doing the right thing. Even if i place some value inside it, the text still remains eaten.

    Separately, I would like my website logo and the entire menu to appear together in the same line- for ex. Logo, Home, About, Contact us, Free Consultation. As of now, my logo and about us tab appear one level above the menu which makes it appear ugly.

    I have to present the website in the next 14 hours to my team… So if i get a response fast it will be deeply appreciated.

    #50970
    acmesupports
    Moderator

    Dear Anay,
    Please add the given CSS code in Additional CSS.
    Appearance > Customize > Additional CSS
    .widget_lawyer_zone_about, at-feature-about{clear:both;}

    For logo and the entire menu to appear together in the same line, you can follow the path below and decrease the font size until it appears in the same line.
    Customizing > Typography Option > Primary Menu Font Options

    Best Regards!

    #50972
    Anay Shukla
    Participant

    Hi, many thanks for the reply.

    The font trick worked!

    But the About Us part is still not sorted. The published website with custom css added to it is as follows:

    Home

    You can see that it is still the same. Can you help? I am a about to enter the meeting in half hour.

    #51176
    acmesupports
    Moderator

    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 4 years, 1 month ago by acmesupports.
    #51207
    Anay Shukla
    Participant

    Thank you for your response. Confirming that the solution provided has resolved the issue.

    Many thanks! Hoping for the same level of support in future.

    Anay

    #51220
    acmesupports
    Moderator

    Dear Anay,
    You are Most Welcome 🙂

    Best Regards!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.