-
AuthorPosts
-
June 22, 2017 at 4:07 pm #811631
Hi Team
Please help me in this case, I want to remove space below Logo+Main menu area and another 2 positions (Position A, B, C in blue text) in the blog post. Because I want to pull up the Adsense ads for more eye catching with my visitor to mobile view.
Right now, I use Enfold Child theme. I don’t know what the PHP file or code that can support my requirement? Please suggest me as well. Below is the position of A, B, C that I have mentioned.
- This topic was modified 7 years, 5 months ago by anirutpae. Reason: wrong image url
June 22, 2017 at 4:44 pm #811660Hey anirutpae,
This is just a padding and/or margin issue. If you know css then you can simply remove it. If you don’t, then please provide a link to the site so we can look into the issue further.
Best regards,
Jordan ShannonJune 22, 2017 at 4:53 pm #811667Hi Jordan
Please see URL on Private Content, this is just one WP Post. I have these around 50 posts from 5 website, need to fix with same way. Please help meas well. Or you can tell me what line in the CSS file need to remove/modify. I will do by myself for other site.
June 22, 2017 at 5:00 pm #811677Hi,
Please link me to the exact page you get the screenshot from.
Best regards,
Jordan ShannonJune 22, 2017 at 5:08 pm #811690Hi Jordan
Every post in my WordPress site has the same problem, If you can solve on some post like URL that I provided you, the rest posts can solved too.
June 22, 2017 at 5:09 pm #811692Hi,
Is the issue just on mobile? I am not seeing the spacing on the desktop.
Best regards,
Jordan ShannonJune 22, 2017 at 5:13 pm #811696Hi,
Add the following to quick css:
@media only screen and (max-width: 767px) { .content { padding-top: 10px; padding-bottom: 10px; }}
Best regards,
Jordan ShannonJune 22, 2017 at 5:18 pm #811700Hi,
Same on both mobile&desktop. Actually, I don’t want to say that is the issue/problem. I just want to modify some php/CSS code to remove some spacing out … for move up next element to closer with Logo as must as can do. I ever do long time ago with free WP theme which not so much complex but with Enfold, I don’t know how to do?
June 22, 2017 at 5:32 pm #811708Hi Jordan
OK, position A already done for mobile view but not yet for Desktop view. And how about Position B&C?
June 22, 2017 at 5:46 pm #811717Hi,
For A:
.content { padding-top: 10px; padding-bottom: 10px; }
For B:
.entry-content p{ margin-top:0px!important; }
For C that is a different case entirely as that padding/spacing is due to the adsense iFrame which we have no control over unfortunately.
Best regards,
Jordan ShannonJune 22, 2017 at 6:12 pm #811726Hi Jordan
OK, everything is done. Thank you so much :)
June 22, 2017 at 6:39 pm #811739Hi,
No problem at all. If you need additional help, please contact us here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘How to remove space below Logo+Main menu area?’ is closed to new replies.