Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #653438

    Hi,

    I have a text block inside a color block. In the text block I have 5 images with no caption. How can I add a predefined space between each image? Here is the current text code.

    ExtinctionHorizonGalley140ExtinctionEdgeGalley140ExtinctionAgeGalley140ExtinctionEvolutionGalley140ExtinctionEndGalley140

    I have tried adding hspace=”100″ but that does not work.Interestingly enough, in this post there is zero space. However when displayed on the actual site’s homepage there is a small amount of spacing.

    Thanks!

    Nathan

    • This topic was modified 8 years, 4 months ago by norcalnathan.
    #653659

    Hi Nathan,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #653666

    You’ll see 3 text boxes at the bottom.

    #653677

    Hi,

    Please enable custom css class name support for advanced layout builder elements http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Add a class name to the text box and target the images and use the CSS code in the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    Adjust the margin value to suit your design.

    .custom-class a {
      padding;0!important;
      margin:0px;
    }

    Best regards,
    Vinay

    #653933

    Hi Vinay,

    Thanks but that did not seem to do anything.

    Nathan

    #654633

    Hi,

    We need to take a closer look. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

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