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

    #480043

    Hey 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,
    Ismael

    #480044

    Moin 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 :)

    #480669

    Hey!

    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!
    Ismael

    #480679

    Hi,
    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 :)

    #481863

    Hi 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,
    Rikard

    #481901

    Hi 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 :)

    #482302

    Hi!

    Please add following code to to Quick CSS instead

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

    Cheers!
    Yigit

    #482510

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

    problem representation

    thank, Jörg

    #483350

    Hi!

    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!
    Andy

    #483390

    Hi 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örg

    #483705

    Hi 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,
    Rikard

    #483742

    Hi 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örg

    #484434

    Hey!

    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.
    #484487

    Hey 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örg

    #487930

    Hey!

    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,
    Andy

    #606915

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

    check http://pruuph.ca/full-service-toronto-creative-marketing-agency/toronto-branding-logos-naming-and-identity/

    cheers

    ENB..//

    #607166

    Hi @PRuuPH,

    Thanks for sharing, much appreciated :-)

    Best regards,
    Rikard

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