Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #811786

    Hi Jordan

    Sorry for re-open this ticket again. Refer form this below thread

    https://kriesi.at/support/topic/how-to-remove-space-below-logomain-menu-area/

    I still found some problem. If add a few code to Quick CSS that you provide me and test by stay log-in to WordPress dashboard, these code work properly. But If I logout from WP dashboard, try to test spacing seem like the code not work on Position A both mobile&desktop view. May need you help again.

    Thank you.

    #811812

    Hey anirutpae,

    You can manage this padding through this custom rule:

     .responsive #top .container .av-content-small {
       padding-top: 10px !important;
     }
    

    Best regards,
    John Torvik

    #811913

    HI John

    Still not work!

    #811956

    Hi,

    I just checked on the page (private content), and I can see a lot of br tags which add those spaces, please try to remove them and that should fix it.

    Best regards,
    Nikko

    #812057

    Hi Nikko

    If you view source code on browser, you may found a few of BR tags. But within my WP dashboard editor, I have no add any BR tag. I think you focus wrong point.

    Any moderator can help me?

    #812258

    Hi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .content {
        padding-top: 0;
        padding-bottom: 0;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #812372

    Hi Victoria

    I try to add this code to Quick CSS and the result still not fixed! If log in to WP dashboard this code work, but logout to WP dashboard still not work.

    I try to add code to custom.css that you suggested, not work both login/logout WP dashboard. Please see images that I attached in this reply

    Thank you

    #812601

    Hi,

    You can try adding the !important after each rule that Victoria sent.

    Best regards,
    John Torvik

    #812632

    Hi John

    I add this code to Quick CSS

    .content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    }

    Still not work! try to remove all codes out of Quick CSS and instead add code at custom.css file, Same result! Not work!

    Anyone can remote to my computer with Teamviewer to check and fix?

    #812762

    Hi anirutpae,

    You didn’t mention mobile view!

    Best regards,
    Victoria

    • This reply was modified 7 years, 5 months ago by Victoria.
    #812773

    HI Victoria

    Actually, I have websites with Enfold theme around 5 sites, and I want to remove white space under Logo+Menu in WordPress single post with every websites! Also I want to do this with Desktop&Mobile view.

    OK, you can check refer website URL by my previous screenshot in private section.

    #812777

    Hi,
    Try this for the url given:

    .content.av-content-full {padding-top: 0px!important; }

    Best regards,
    Mike

    #812783

    Hi Mike

    Thank you but still not work, see on screenshot on private area.

    #813371

    Hi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 450px) {
    	.responsive .content {
    	    padding-top: 0;
    	}
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #813424

    Hi Victoria

    Not work both Quick CSS and custom.css.

    PS.
    I’m use a child theme, need addition code for function.php? I try many CSS code from support team but still not work! :(

    #813905

    Hi anirutpae,

    Did you regenerate the minified files and flushed the cache?

    Best regards,
    Victoria

    #813910

    Hi Victiry

    Yes, I run WP Fastest cache plugin. Is it impact with CSS code?

    #814082

    Hi anirutpae,

    Yes, also depends on configuration. Does it automatically regenerate minified files or you need to press the button?

    Best regards,
    Victoria

    #814180

    Hi Victoria

    I’m not sure this plugin auto regenerates? But you can see my config from referring picture. Also, every time that I modify CSS code from your team, I always click “clear cache” button before checking the result.

    Do you suggest temporary deactivate this plugin for modifying CSS?

    Rgd.
    anirutpae

    #814770

    Hi,
    Please try to temporary deactivate the WP Fastest cache plugin to see if the changes work :)

    Best regards,
    Mike

    #814784

    Hi Mike

    OK, I’m back to use the codes from moderator team. Right now I can fixed whitespace for post already done. Thank you so much
    One question, How long can I back to activate WP Fastest cache plugin?

    Thank you

    #815029

    Hi anirutpae,

    If your issues are resolved and you don’t need to make any changes, you can enable caching.

    Best regards,
    Victoria

    #1039161
    This reply has been marked as private.
    #1039208

    Hi,

    @aalleexx83
    I took a look at your page but I don’t see a transparent space above the main menu
    Please see this screenshot. Please advise.

    Best regards,
    Mike

    #1039249
    This reply has been marked as private.
    #1039310

    Hi,
    Thank you for the image, I believe you are referring to a space that only shows when the screen is below 374px, Please see the screenshot in Private Content area.
    This is caused by the padding of the first element, to correct Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 375px) { 
    #top.home .flex_column_div.first.avia-builder-el-first {
    padding-top: 0px !important;
    }
    }

    Best regards,
    Mike

Viewing 26 posts - 1 through 26 (of 26 total)
  • You must be logged in to reply to this topic.