Hello, I’m using animated text for my homepage.
I’d like to get rid of padding that is generated on top and bottom
I tryed with some custom CSS but it doesn’t work.
Can you help me?
https://lido.dev.dafmit.com/wp-content/uploads/2024/02/Screenshot-2024-02-02-163023.png
https://lido.dev.dafmit.com/wp-content/uploads/2024/02/Screenshot-2024-02-02-163216.png
]]>I added a sidebar to this page to eventually remove all the repetative book now/pricing buttons and I can’t get the sidebar to show up on the top of the page.
Under inspection, there is some code:
<aside id="mk-sidebar" class="mk-builtin" role="complementary" itemscope="itemscope" itemtype="https://schema.org/WPSideBar" >
<div class="sidebar-wrapper">
<section id="custom_html-5" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><p>
test
</p></div></section> </div>
</aside>
That part seems ok but in the inspector there is also a:
style="padding-top: 3062px;"
Where did that style come from? I can’t figure it out anywhere and I need to be able to control that. Any ideas?
Thank you,
Luke
]]>EXAMPLE PICTURES.
pICTURE 1
https://drive.google.com/file/d/1ifaIss_Adwva1PcFUa352zDvpWOGwUDl/view?usp=sharing
pICTURE 2
https://drive.google.com/file/d/1gpDbo8_01GHHiy2IwkiF6AkdsbS7vBCh/view?usp=sharing
Bye and Thx.
]]>Our website is still in the demo stage, so if you cannot view the page correctly, please have your author or developer reach out to me.
The theme is not displaying the homepage correctly by adding extra padding on the top and bottom of only the homepage.
I downloaded a template from Visual Composer WPBakery Page Builder for the homepage and the theme is adding extra padding to the top and bottom of this page. I reached out to WPBakery support and the verified that the theme is adding padding to the top along with a height to the menu. The theme is also doing the same to the bottom of the page.
Can you please assist me with removing or overriding the padding on the homepage only?
This issue is causing the delay to go live. Please reach out me at your earliest convenience.
Thank you,
]]>Our website is still a demo site, so I am not sure if you’re able to view it. Please have the theme author or developer contact me.
Anyway, the issue I am having is on the homepage alone. I downloaded a template from Visual Composer- WPBakery Page Builder and issue itself is caused by the theme. I’ve contacted WPBakery support and they verified that the issue is the theme. It is adding padding to the top of the page content, as well as, height to menu. It is also adding padding on the bottom, which is causing space.
I need to know how to override the padding on the homepage only so the homepage displays correctly. This is the only delay in going live.
Thank you,
]]>To date I’ve not added color or padding to my forms, but when I tried to add both via my child theme today, the padding is not taking effect.
Here’s an example of my current page https://cleanerstogo.co.uk/contact-us
And here’s the current code from my child theme
.wpcf7 {
padding: 10px 2.5%;
background-color: #f7f7f7;
border: 2px solid #333333;
}
I’ve also tried
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
and
padding: 10px;
but neither have worked.
I’ve found this post and checked I’m running the latest version of .cf7, but I’m still stuck
https://www.ads-software.com/support/topic/changing-default-padding-and-margins/
Am I missing something obvious, if so, can someone put me out of my misery and flag my error up for me?
Thanks
]]>