-
AuthorPosts
-
July 27, 2015 at 12:53 pm #479028
Auf der Seite (Boxed-Modus)
http://wellmann-finanzkonzept.de/kapitalanlagen/
wird der erste Separator Whitespace unter dem Menü (10Pixel eingestellt)
jedoch immer mit einer höhe von 110px gesetzt :(
Danach folgt ein Farb Sektion, der 2. Seperator zwischen den Farb-Sektionen passt von der höhe…
Auch auf anderen Seiten hab ich dieses Problem ebenso…,
Warum wird der 1.Seperator nicht richtig gestezt????Danke für eine Info und Hilfe :)
web(wahn)sinnige Grüße
Jörg JägerJuly 29, 2015 at 7:06 am #480043Hey Jörg!
Thank you for using Enfold.
If you add a color section then add another element outside of it, the theme automatically creates a new section to wrap the element outside the color section. What happens when you place the separator element inside the color section?
Regards,
IsmaelJuly 29, 2015 at 7:18 am #480044Moin Ismael,
egal was ich direkt unter das die Header Packe ob direkt, in eine 1/1 Row oder Farb-Sektion es hat immer 100pixel + die Pixel ANzahl vom Seperator Einstellung :(
Ich hab da schon einiges probiert, scheint ein kleines Problem mit der Variante Boxed Modus zu sein, weil im Wide-Modus ist mir das so nch nicht aufgefallen….
Es hat was mit dieser Einstellung zu tun, aber wenn ich diese anpacke geht noch mehr kaput da es ja die Content Class ist :(
.content, .sidebar {
padding-top: 50px;
padding-bottom: 50px;
box-sizing: content-box;
min-height: 1px;
z-index: 1;}
Daraus resultiert die 100px höhe…. :( Ich hab aber keine Ahnung wie das für direkt unter dem Header verbessern soll ohne das das restliche Layout kaput geht….web(wahn)sinnige Grüße
Jörg :)July 30, 2015 at 1:38 pm #480669Hey!
I’m not sure if we understand each other correctly. I’m using google translate to read your inquiry. Please post the login details here. We will check it.
Cheers!
IsmaelJuly 30, 2015 at 1:50 pm #480679Hi,
sorry write in english, the problem is the seperator whitespace directly below the menu, it is the frist content after the menu and the whitespace we say 10pixel, but on the page is this 110pixel :O no matter in the 1/1 Row or color section….thanky for help :)
August 3, 2015 at 5:36 am #481863Hi Jörg,
Sorry for the late reply. Please try the following in Quick CSS:
.page-id-257 .content { padding-top: 0px !important; padding-bottom: 0px !important; }
Regards,
RikardAugust 3, 2015 at 7:01 am #481901Hi Rikard,
sorry, which is not a good solution… :(
a) This solution can only work on one relevant page and not on all sides that we have created
b) and the residual content to the relevant page is also shifted :(thanks, best regards
Jörg :)August 3, 2015 at 5:30 pm #482302Hi!
Please add following code to to Quick CSS instead
.content, .sidebar { padding-top: 0px !important; padding-bottom: 0px !important; }
Cheers!
YigitAugust 4, 2015 at 6:44 am #482510Hi Yigit,
That’s still not correct solution, because now collapse the remaining distances, which is not to be….
I have it now again try in a graphic display my problem and it looks like real as if the separator under the header is a bug, because otherwise it works fine. But just below the header does not see image section 3, the setting and framing what happens from 1thank, Jörg
August 5, 2015 at 2:25 pm #483350Hi!
this issue might be caused by a conflict with a plugin. Try this code:
main.template-page.content.av-content-full.alpha.units { margin-top: -90px; }
and adjust as needed.
Cheers!
AndyAugust 5, 2015 at 3:02 pm #483390Hi Andy,
Thanks for the CSS code, yes now it works,
but at what conflict is exactly …. a plugin from me or from you?best regards,
JörgAugust 6, 2015 at 7:56 am #483705Hi Jörg,
You could try deactivating all plugins and remove the CSS fix you got from Andy to see if it is a plugin conflict. You can then activate them one by one to pinpoint which one is causing the issue.
Best regards,
RikardAugust 6, 2015 at 9:01 am #483742Hi Rikard,
We have all plugins disabled and the CSS fix taken out, but the problem still exists, therefore it is a bug in Enfold. All plug-ins that are used take no influence on the layout (AntiSpamBee, iThemes, MainWP no more plugins install and all the plugins the latest version)
best regards
JörgAugust 7, 2015 at 11:23 am #484434Hey!
it would be a bug in Enfold if it’s happening for everyone. But that’s not the case. So something must cause it in your case. Maybe some CSS code is causing it or 100 other possibilities. Remove all custom CSS code to see if things get better. You could also try to delete all theme files and get a fresh copy from your themeforest account.
Regards,
Andy- This reply was modified 9 years, 3 months ago by Andy.
August 7, 2015 at 12:18 pm #484487Hey Andy,
we installed a completely new installation WordPress and latest files of Enfold, activated No plugins and set NO Quick CSS and on the demo homepage under the menu this Seperator Whitespace with 20pixel defined and he is 120pixel again: O
look yourself http://test.agenturwp.com/Where now is the problem …?
best regards
JörgAugust 14, 2015 at 8:07 pm #487930Hey!
I am sorry, I simply can’t reproduce the issue on my own installation. If we can’t reproduce it, we can’t do much. Did you delete all theme files before getting a fresh copy from your themeforest account? because maybe there were some corrupted files which stayed even after a new installation.
Regards,
AndyApril 2, 2016 at 9:43 am #606915Hey I found a great work around for this problem..
Use a grid row.. be sure to set your cell padding to ZERO top and bottom and then you can control the grid row minimum height to give you an exact pixel count control over how bit the white space is between other grid row elements or colour boxes etc..
cheers
ENB..//
April 3, 2016 at 8:44 am #607166 -
AuthorPosts
- You must be logged in to reply to this topic.