Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.

    View post on imgur.com

    • This topic was modified 7 years, 5 months ago by anirutpae. Reason: wrong image url
    #811660

    Hey 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 Shannon

    #811667

    Hi 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.

    #811677

    Hi,

    Please link me to the exact page you get the screenshot from.

    Best regards,
    Jordan Shannon

    #811690

    Hi 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.

    #811692

    Hi,

    Is the issue just on mobile? I am not seeing the spacing on the desktop.

    Best regards,
    Jordan Shannon

    #811696

    Hi,

    Add the following to quick css:

    
    @media only screen and (max-width: 767px)  {
    .content {
        padding-top: 10px;
        padding-bottom: 10px;
    }}
    

    Best regards,
    Jordan Shannon

    #811700

    Hi,

    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?

    #811708

    Hi Jordan

    OK, position A already done for mobile view but not yet for Desktop view. And how about Position B&C?

    #811717

    Hi,

    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 Shannon

    #811726

    Hi Jordan

    OK, everything is done. Thank you so much :)

    #811739

    Hi,

    No problem at all. If you need additional help, please contact us here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to remove space below Logo+Main menu area?’ is closed to new replies.