Viewing 30 posts - 1 through 30 (of 48 total)
  • Author
    Posts
  • #1460799

    Hi,
    i added borders to my columns. Nice.
    In the columns i added a textblock with an image.

    1.) I am trying to place the text right to the image and would like to remove the space between the bottom. of the border and the image.

    2.) i would like to remove the space between the columns, so it fits the spce between the rows.

    How can i do that?

    Kind regards
    Jak

    #1460817

    Hey Jak73,

    It looks like you have achieved that already? Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #1460830

    Hi Rikard,

    i had to change it again and can’t find a solution?

    I added some columns. The Columns should all have the same size.
    All my images will be in a vertical-format or horizontal-format.
    They will all have the same size (only difference is horizontal and vertical format.

    The columns should be as height as the vertical images (for all images. also for the horizontal-images the columns should have the same height, as for the vertical images).

    Next thing is, that i would like to add some space between the images and the text.

    Please see screenshot as an example, what i’m trying to do.

    kind regards
    Jak

    #1460873

    Hi,

    Thank you for the update.

    The screenshots on ibb and imgbb are not displaying on our end for some reason. Would you mind providing a screenshot using platforms like Savvyify, Imgur or Dropbox?

    Using flex box might help in this case. Please check the link below for more info:

    // https://www.w3schools.com/css/css3_flexbox.asp

    Best regards,
    Ismael

    #1460882

    Hi,
    sure, i just uploaded the screenshot, which shows, how it should look like on Savvyify.
    Please see private Content box.
    kind regards
    Jak

    #1460892

    please send me your screenshot!

    Edit: See again that demo page – on usage of image with captions ( scroll to the bottom)
    https://webers-testseite.de/blue-bar-above-image/

    #1460894

    Hi Guenni,
    i just send it to your email.
    kind regards Jakl

    #1460960

    You can see how easy it is to influence existing layouts with Gridlayout.
    Here it is easier to assign field names to both (the image container and the caption text).
    I can then use them in a grid.
    This grid now has 2 columns. The rows are created automatically, but their heights are adjusted – and not fixed.
    Use this (grid-template-areas: “field2 field1”) to define the order. The other way around, the caption text would be on the left.

    Responsive Case had to be set in detail look to the real page.

    #1460970

    Hi Guenni, how can i realize this?

    #1460977

    see link – css code on that page
    https://webers-testseite.de/blue-bar-above-image/

    here you can see a little inside gridlayout and the power of field definitions on that.
    https://webers-testseite.de/grid-layout-modul/

    i can place the “columns” : fields where i like to have in that grid.

    #1460996

    Found it, thank you!
    Where ca i add this on the page?

    #1460997

    you had to think of the custom class on the image with caption. that has to be done on the image alb.
    The Text is the caption text. And the css comes to quick css. Every image with caption will than do this layout.

    Further reading:
    https://css-tricks.com/snippets/css/complete-guide-grid/
    https://www.joshwcomeau.com/css/interactive-guide-to-grid/

    #1461002

    Hi Guenni,
    i added the css to quick css, added a 1/2 column and added an image with caption in there. But it seems i’m missing something?

    #1461009

    Ah sorry i see that i take an textblock inside that columns- i will switch that now. to image alb support.
    Just a moment …

    or do it like that example – place as you had before ( maybe thats the reason why i startet with it ) a text block inside the column
    place one media inside ( your image – but with caption ) .

    #1461010

    Thank you so much!

    #1461013

    BTW is it possible to change the image size from the given medium 300 x 237 to custom size 340 x 269px (horizontal and 269 x 340px for vertical?
    Wordspress reduces the image files and i can’t see an option for individual sizing

    #1461016

    I could switch to textblock, if needed?
    Where do i need to add the feld1 and feld2?

    #1461021

    Well it seems to be best – to use the text block – because selectors stays the same for image with link or without.
    On image alb – the selectors change – and we had to differ than if an image alb is used with or without.

    See on the bottom of that example page – that on the image with lightbox link it does not work with the same class.
    So we had than to make that twice with a different class.

    PS: the field definitions are only set by css

    #1461024

    I added texblock elements and the css of your demo on my page (the last one i send you with email), but it seems the css is not effecting it?

    #1461026

    aha test page – i will have a look

    edit: are these images with captions ? No they aren’t.
    the text does not come from the text-block – but from the caption.
    Otherwise the text will float etc. etc.

    #1461028

    Should i add this in the image class setting or in the column class settings?

    #1461030

    after inserting the image – click on that image once – you can see a popup with a little pencil (edit) then a new popup with details to that image opens.

    #1461032

    I think i got it.

    #1461034

    Do i need to add img-with-caption-right to the css class of the image too?

    #1461036

    It works for the first image. The other take an effect, but don’t look same?

    #1461038

    The text-block element got that class. (Each)
    but i try now a different solution based on grid-rows …

    #1461040

    Now it works. Looks really great!

    Is it possible, to remove the space from the vertical images top and keep the space from the horizontal images adjustable?

    #1461058

    Hi Guenni,
    looks really great now. Thank you very much!
    The horizontal images with the space above are perfect. The size of them is 340x269px (width and height).

    I still have an issue with the image sizes of the vertical images. They have been added with an individual image size of 269x340px (width and height) , But for any reason they are shown much larger. How can i adjust them to 269x340px (width and height)?
    I would also like to remove the space above them (only on the vertical images (please see screenshot, how it should look).

    Screenshot: https://img.savvyify.com/images/2024/07/02/images-size-vertical-and-spacinge0656b6e503bd7bf.jpg

    kind regards and many thanks
    Jak

    #1461061

    you like to remove it everywhere – or only on those portrait fotos?

    maybe try without equal-height flex-columns.
    The equal height is something that will come with the grid-layout automatically ;)

    #1461062

    Only on the portrait.
    The landscape is perfect!!!

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