-
AuthorPosts
-
June 22, 2017 at 7:43 pm #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.
June 22, 2017 at 8:30 pm #811812Hey anirutpae,
You can manage this padding through this custom rule:
.responsive #top .container .av-content-small { padding-top: 10px !important; }
Best regards,
John TorvikJune 23, 2017 at 2:37 am #811913HI John
Still not work!
June 23, 2017 at 5:47 am #811956Hi,
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,
NikkoJune 23, 2017 at 11:53 am #812057Hi 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?
June 23, 2017 at 7:14 pm #812258Hi,
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,
VictoriaJune 24, 2017 at 3:55 am #812372Hi 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
June 25, 2017 at 7:17 am #812601Hi,
You can try adding the !important after each rule that Victoria sent.
Best regards,
John TorvikJune 25, 2017 at 11:24 am #812632Hi 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?
June 25, 2017 at 6:01 pm #812762Hi anirutpae,
You didn’t mention mobile view!
Best regards,
Victoria- This reply was modified 7 years, 5 months ago by Victoria.
June 25, 2017 at 6:57 pm #812773HI 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.
June 25, 2017 at 7:19 pm #812777Hi,
Try this for the url given:.content.av-content-full {padding-top: 0px!important; }
Best regards,
MikeJune 25, 2017 at 7:31 pm #812783Hi Mike
Thank you but still not work, see on screenshot on private area.
June 27, 2017 at 12:14 pm #813371Hi,
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,
VictoriaJune 27, 2017 at 2:25 pm #813424Hi 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! :(June 28, 2017 at 3:52 pm #813905Hi anirutpae,
Did you regenerate the minified files and flushed the cache?
Best regards,
VictoriaJune 28, 2017 at 3:55 pm #813910Hi Victiry
Yes, I run WP Fastest cache plugin. Is it impact with CSS code?
June 28, 2017 at 8:02 pm #814082Hi anirutpae,
Yes, also depends on configuration. Does it automatically regenerate minified files or you need to press the button?
Best regards,
VictoriaJune 29, 2017 at 2:55 am #814180Hi 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.
anirutpaeJune 30, 2017 at 3:34 am #814770Hi,
Please try to temporary deactivate the WP Fastest cache plugin to see if the changes work :)Best regards,
MikeJune 30, 2017 at 5:41 am #814784Hi 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
June 30, 2017 at 4:27 pm #815029Hi anirutpae,
If your issues are resolved and you don’t need to make any changes, you can enable caching.
Best regards,
VictoriaNovember 29, 2018 at 10:39 pm #1039161This reply has been marked as private.November 30, 2018 at 3:54 am #1039208Hi,
@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,
MikeNovember 30, 2018 at 8:40 am #1039249This reply has been marked as private.November 30, 2018 at 2:24 pm #1039310Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.