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

    Hello everyone
    it is possible to distance on each page
    smaller top and bottom

    Printscreen
    up and down with css to make smaller

    Thank you and nice greetings Franz

    #1129508

    Hey schweg33,

    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

    
    .ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
        margin: 15px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1129886

    hello victoria
    Thank you for your message
    but when I capture the code
    nothing changes

    beautiful greetings
    Franz

    #1129929

    Hi Franz,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1129931

    Thanks
    Best regards,
    Franz

    #1130015

    Hi Franz,

    I adjusted the code for you, please check if this is what you needed.

    Best regards,
    Victoria

    #1130053

    Soory Victoria
    i see nothing the distance from full width submenu
    to the pictures is still the same

    if you can look again

    thank you nice greetings
    franz

    #1130129

    Hi franz,

    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

    
    #after_submenu {
      padding-top: 70px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1130143

    Thank you Viktoria
    no chance with both code
    used in General Styling > Quick Css
    and
    used in enfold/css/custom.css

    only the images do not change the distance between images and menu

    https://sterbebilder.homepage.li/distance/

    #1130300

    Hi schweg33,

    Credentials did not work for me. Could you please update the credentials?

    Best regards,
    Victoria

    #1130335

    Thank you viktoria
    you can close this request

    I will try again

    thank you and beautiful greetings
    Franz

    #1130361

    Hi Franz,

    Best regards,
    Victoria

    #1130369

    sorry victoria
    i know
    at 70 px is ok,
    or at 200 px

    but I want 2px or no distance
    That doesn’t work

    Greetings Franz

    #1130801

    Hi,

    Thank you for the update.

    The ngg gallery has a default top margin. You can adjust that with the following css code.

    .ngg-galleryoverview {
        margin-top: 0px;
    }
    

    Default value is 40px.

    Best regards,
    Ismael

    #1130863

    Hello Ismael
    Thank you very much
    now it works great

    I had to make the setting in css from the NextGEN Default Gallery Stylesheet

    you can close this request

    Thank you and nice greetings
    Franz

    #1130866

    Hi,

    Great! Glad it worked. We’ll close the thread now.

    Have a nice day.

    Best regards,
    Ismael

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘distance images top and bottom’ is closed to new replies.