Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1104733

    I want to reduce padding between images. (ref image attached).
    Thanks

    #1105611

    Hey s_taimoor,

    We apologize for the delayed response.
    Can you give us a link of the page shown in the screenshot?
    You can post the link in private content, if you want it to be visible only to the moderators.

    Best regards,
    Nikko

    #1105663

    sure please find attached

    #1105717

    Hi,

    Add this to quick css:

    .post-entry-942 .flex_column.av_one_half{
    margin-top:20px!important;
    margin-left:20px!important;
    }

    Best regards,
    Jordan Shannon

    #1106036

    its working only on these 4 images os this specific page for now.
    I want to control this on everything single page in one step. Like i want to define default spacing between these images for the entire website. By default it doesn’t look right, eating lot of space and visually not look very good.

    #1106324

    Hi s_taimoor,

    You can use the code like this:

    
     #top .flex_column.av_one_half {
        margin-top:20px;
        margin-left:20px;
    }
    

    Best regards,
    Victoria

    #1106345

    this issue i kind of figured out by using padding and margin options of the coloumns.
    But now my main issue is i strongly need to make a template of the page so I can replicate.

    #1106563

    Hi s_taimoor,

    In the content area of the layout builder, you should see Templates in the upper right corner, just click it. Here’s a screenshot: https://imgur.com/jJb2J3e
    Then click on the Save Entry as Template button then give it a name (example mytemplate), on the new page, click on Templates again and you should see mytemplate there, just click it and it should add the template.
    Hope this helps.

    Best regards,
    Nikko

    #1106612

    Thanks a lot for the reply. But as I said somehow templates are not working fine. for a portfolio page, I created a template called portfolio 2. Every time I apply it, it shows me content in the back-end but then once updated, they disappear and the only thing that is left is advance slider and some text. It forgets all the images and column setting.. that’s my concern now dear.
    could you please look into this thread,

    #1107064

    Hi,

    Please continue on that thread. We’ll close this one now. Thanks for the update.

    Best regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Reduce padding between images’ is closed to new replies.