- This topic has 13 replies, 2 voices, and was last updated 11 months, 1 week ago by RandyB.
- AuthorPosts
- November 27, 2023 at 7:18 pm #50733RandyBParticipant
Has anyone else noticed that the ABOUT section of the HOME Sections of the Total Theme is not scaling properly on Tablet and Mobile views? I just noticed this over the weekend. It is that way on 21 of my dealer sites. Just the ABOUT Section. The ABOUT page itself scales properly.
Any insight would be helpful.
November 27, 2023 at 7:25 pm #50734RandyBParticipantForgot to give details: Occurring with Total 2.1.54. and 2.1.55., WordPress 6.4.1., with PHP 8.2.12., and all Plug-ins updated. Some sites are on our servers, and some are not.
November 27, 2023 at 7:42 pm #50736RandyBParticipantAlso – the ABOUT Section on the paid version Total Plus 3.1.5 scales properly, and another dealer site of mine using Total 2.1.53. also scales properly on Tablet and Mobile views. Seems the issue might lie within the 2.1.54. update and carries through to 2.1.55.
November 27, 2023 at 10:27 pm #50739HashKeymasterCan you please send the screenshot? It’s appearing fine on our checking. May be you are referring to another one which we are not getting.
November 29, 2023 at 12:00 am #50749RandyBParticipantHere is a screenshot of one of the websites’ ABOUT section in mobile view. You can see the text is not wrapping properly and the image is not stacking. The image at the top is one of the Sliders.
you can view the image in our Dropbox at this link
November 29, 2023 at 10:16 am #50751HashKeymasterYes, i see that. Are you using Elementor for that content? Can you please send us your website URL so that we can check what is causing this issue?
November 29, 2023 at 6:39 pm #50756RandyBParticipantThis reply has been marked as private.December 1, 2023 at 1:22 am #50765RandyBParticipantNo, I do not use Elementor for any content on any of my sites. This is one of my sites where the problem exists and is very obvious with the photo on the page.
December 6, 2023 at 7:14 pm #50917RandyBParticipantSending this again as I have not had any response in a few days.
No, I do not use Elementor for any content on any of my sites. This is one of my sites where the problem exists and is very obvious with the photo on the page.
December 7, 2023 at 8:13 pm #50934RandyBParticipantSome more testing results on my end. Again, only the ABOUT section on the Home Sections is not wrapping or scaling to the responsive setting for Tablet and Mobile; but the ABOUT page itself does work properly. Here’s what I’ve noticed: this is across 21 sites that I manage all using Total theme for about 5-6 years now.
1. Deactivated all plugins – ABOUT Home page section still not responsive
2. This problem started with Total theme update 2.1.54 and continues with 2.1.55. It was working under 2.1.53
3. The only site I have Total Plus on works fine. Cross compared ABOUT section code from Total Plus and Total but found no discrepancies. I know Total Plus uses a plugin, so it may be setup differently. Not sure within the theme code where the responsive setting is located.
4. Also my sites are using Child Themes and I’ve switched between the Child Theme settings and standard Total theme settings with no visible results.Any other suggestions would be helpful.
December 11, 2023 at 9:10 pm #50990HashKeymasterSorry for some delay in reply. On check what we found is that the CSS added to the child theme is causing the issue. You need to remove the below CSS code from your child theme style.css file
/*————————————————————–
## About Section
————————————————————–*/.ht-about-sec{
width: 800%;
}December 12, 2023 at 6:37 pm #51018RandyBParticipantI removed that Child theme code section several weeks ago as a test and it did not change the ABOUT section wrap on the HOME Sections, so I put it back in. I even reverted to just the Total Theme code and not the Child Theme, and removed it, and it did not work. That code change has been in place for over 6 years and always worked fine up until 2.1.54 update. Any other suggestions? Total Plus works fine, even with my change to the About width change to 800 from 54%.
December 15, 2023 at 10:13 am #51060HashKeymasterHi,
I think it is displaying fine now. For more refinement, add the below code by going to Appearance > Customize > Additional CSS. You can then remove your previous codes.
.ht-about-sec {
width: 100% !important;
margin-right: 0;
}.ht-about-image{ display: none; }
December 15, 2023 at 6:55 pm #51075RandyBParticipantThank you. I also found using this code solved the issue, but I will add your code to the sites as well.
.ht-about-sec{
width: auto !important;
} - AuthorPosts
- You must be logged in to reply to this topic.