• Resolved Glitterandstripes

    (@glitterandstripes)


    Is there a way to add some space between pictures?
    On my website, if you go to salad –> sweet and spicy black bean salad…scroll to the bottom and the last two pictures seem to be stuck together. How do I create some space between them without having to write text?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there Glitterandstripes,

    How are you doing today?

    It took me a while to realize your name could be your website name ??

    You should be able to add some space between those two images by adding </br> below the first image using Text editor in your admin panel https://screencast.com/t/rUgvnecvnAEY.

    If that doesn’t work you should be able to achieve the same with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .page-id-67 img.aligncenter.wp-image-87.size-large {
    padding-bottom: 20px;
    }

    This should add 20px padding below the first image for that image only on that specific page.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter Glitterandstripes

    (@glitterandstripes)

    Hi Bojan,

    Thanks for getting back to me.
    Ok so I did the first thing you told me, but now there is this code under the picture: </br> how do i get rid of that?

    Whats your website URL and I can have a look ??

    Thread Starter Glitterandstripes

    (@glitterandstripes)

    It’s https://www.glitterandstripes.com.
    If you go under salads, you will see a black bean recipe. Scroll to the bottom and theres 2 pictures. Under the first one it says </br>.

    Hey again Glitterandstripes,

    I checked the link now and it appears that you removed the second image.

    </br> shouldn’t appear if you used text editor in your admin panel when edited that page. Check the screenshot I provided above.

    If that doesn’t work you can always use custom CSS I posted above to make space between them.

    Best regards,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fashionista theme and pictures’ is closed to new replies.