Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #944727

    Hello,

    i put a seperator with 100% width and 0px margin or padding (“abstand” in german).

    But well. i get still padding or margin and its not 100% fullwitdth.

    i put 2 exampales in my Website link.

    Idea for the future, because i see, extrem many people have problems with seperator: Kriesi should implement a spezial seperator – fullcustimizeable and not affected like the normal one … if its possible, maybe its technicly not possible :).

    #944835

    Hey beste_medien_werbe_agentur,

    I’m not sure I understand exactly what you are looking to achieve, do you want the separator to span 100% of the browser window?

    Best regards,
    Rikard

    #944849

    like in the picutre i post, you will see: whats wrong top and how it should looks like bottom

    #944882

    Hi,

    Thanks for providing the screenshot.
    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .responsive #top .fullsize .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #945284

    Hi Nikko,

    1. it helps a little bit, but, all other Items on all other sites, now outsided. I need only the seperator.

    2. And the padding problem is still there (top / bottom)

    check private content :)

    #945642

    Hi beste_medien_werbe_agentur,

    Seems that making it fullwidth makes it complicated other pages of the site.
    Would it be okay if this is only applied on the homepage and not on other pages?

    Best regards,
    Nikko

    #945731

    Hi Nikko,
    no, because the top 9 Points on top are broken too. so i need only for the seprators not the hole container :–).
    But thanks for your ideas.

    And the second problem is more importand ;)

    Best regards,
    bmwa

    #946425

    Hi bmwa,

    Can you try to use a Grid Row then remove the 2nd column, so it’s just a single row now then put the separator inside it.
    That should make the separator fullwidth.
    Let us know if this helps.

    Best regards,
    Nikko

    #946532

    Much Better, maybe enough. Nice HACK :–)

    i uploaded the result, i think you will see what is now. and you can check everytime the site itself : ).

    #947002

    Hi beste_medien_werbe_agentur,

    Grid Row comes in quite handy :)
    Glad that we could help! Let us know if you need further assistance.

    Best regards,
    Nikko

    #947138

    Hi Nikko,

    well, it would be nice if the padding or margin would be gone, you see it in my last screenshot.

    And like many other people want, as a feature: Seperator wich is working without hacks , like: i put it in with 0padding/margin, so it has 0 padding / margin. That feature would be great :D.
    And Fullwidth 100% = width 100% and not Container width 100%

    :)

    Best regards,
    bmwa

    #948374

    Hi bmwa,

    Is your issue resolved or do you need more help?

    You can request that feature here.

    Best regards,
    Victoria

    #948393

    Hi Victoria,

    “well, it would be nice if the padding or margin would be gone, you see it in my last screenshot.”
    so no its not resolved, would be nice if ;)

    #948811

    Hi bmwa,

    I think you can enable Custom CSS Class: https://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    then add a class name to the Grid Row, and go to Enfold > General Styling > Quick CSS then add this css code:

    .my-class-name {
      margin: 0 !important;
      padding: 0 !important;
    }

    just replace my-class-name with the class name you used (don’t remove the dot).
    Hope this helps.

    Best regards,
    Nikko

    #950818

    Thanks,
    i use it for Border-bottom @Grid Row ;)

    so for me it solved. Thanks again!

    #950966

    Hi beste_medien_werbe_agentur,

    Glad that we could help :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Seperator – padding and 100%’ is closed to new replies.