I wrote to the GP forum, but I think It’s a GenerateBlocks issue.
After I update Generate Blocks from 1.3.5 to 1.4.0 each Container gets 40% padding if its value was previously empty.
Screenshot about the issue: https://prnt.sc/1xly9pd
]]>I’m new here, and just started my website. I can’t get this issue fixed. There’s a space between my homepage image and my menu and I can’t remove it. Tried a lot of things and tried to remove ‘content padding’ in customizing the theme, but it didn’t work out. I also tried a lot of custom CSS codes which I found on the internet, but still didn’t work. Is there anyone who can help me out?
I would really appreciate your help!
All the best,
Peter
I’m running Smush as my image optimizer, and I’m on the Astra free theme.
In the interim, I’ve tried about 10 other grid/Elementor addon plugins and none of them have a post grid as nice as you all….so I’d really love for it work for me!
However it is adding a margin or padding to the bottom of the slide show.
See here: TEST SITE
First I tried disabling all the plugins, except those related to Weaver Xtreme theme. No success.
I then tried adding the following CSS to no avail:
#meteor-slideshowheaderslides .meteor-nav {
display: none;
padding: 0 !important;
margin: 0 !important;
}
I also tried adding this, but failed:
#header{
height: 100% !important;
min-height: 100% !important;
padding-bottom: 0 !important;
}
Any help most appreciated.
Thanks
https://www.ads-software.com/plugins/meteor-slides/
]]>As such, I would like to move the main content column and the side bar column up vertically on the page, but am having trouble determining where on my CSS style sheet to make this change. I believe the logo has no padding on the bottom.
Any advice?
]]>I’m facing padding issues in nav menu as well as in dropdown. Could anyone suggest a solution to this, so that, my nav menu as well as dropdown looks ok.
Thanks
]]>My theme is working fine in Firefox, chrome & IE7, IE8. But the sidebar is moving all the way down in IE6. I’ve used “display:inline;” to resolve this and got better results but now there is NO padding available across the content. my site is https://bestholidayoffers.in and area where facing issue in style sheet is as follows. Request help from everyone. Thanks in advance.
I’m using * { margin: 0; padding: 0; } in beginning of css file
.sc-all {width: 640px; background:#fff url(images/sl-top.png) no-repeat top; float: left;}
.sc {padding: 20px; width: 600px; background: url(images/sl-bottom.png) no-repeat bottom;}
.sc {display: inline; padding: 20px; width: 600px; background: url(images/sl-bottom.png) no-repeat bottom;}