Tagged: padding
-
AuthorPosts
-
May 28, 2019 at 8:23 am #1104733
I want to reduce padding between images. (ref image attached).
ThanksMay 31, 2019 at 7:44 am #1105611Hey 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,
NikkoMay 31, 2019 at 12:02 pm #1105663sure please find attached
May 31, 2019 at 4:03 pm #1105717Hi,
Add this to quick css:
.post-entry-942 .flex_column.av_one_half{ margin-top:20px!important; margin-left:20px!important; }
Best regards,
Jordan ShannonJune 1, 2019 at 10:54 am #1106036its 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.June 2, 2019 at 11:12 am #1106324Hi s_taimoor,
You can use the code like this:
#top .flex_column.av_one_half { margin-top:20px; margin-left:20px; }
Best regards,
VictoriaJune 2, 2019 at 11:50 am #1106345this 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.June 3, 2019 at 5:25 am #1106563Hi 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,
NikkoJune 3, 2019 at 8:20 am #1106612Thanks 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,June 4, 2019 at 12:44 pm #1107064 -
AuthorPosts
- The topic ‘Reduce padding between images’ is closed to new replies.