Tagged: enfold
-
AuthorPosts
-
November 15, 2018 at 10:30 pm #1034166November 17, 2018 at 5:29 am #1034641
Hey Marco,
I see that you have the id in the h3 element, could you try to add it to an empty div just above it to see if that works better?
<div id="dove"></div>
Best regards,
RikardNovember 17, 2018 at 2:30 pm #1034729Hi Rikard,
it worked.I actually did not know I could create an empty tag. I had tried putting the id” withing other tags but it was not working.
Thank you for pointing me out much appreciated.
EDIT: on the same page Rikard https://www.ninserviziogratuito.co.uk/tutorial-monese you can see some pictures, this is a tutorial. How can I near a little bit the pictures? they are too far one from the other.
I have tried adding this code:
/* Spazio tra le foto dei tutorial
body div .first, body div {
margin-top: 15px !important;
}Spazio tra le foto dei tutorial
body div .second, body div .no_margin
margin-top: 15px !important;
}*/but this code has moved not only those pictures but also the top bar resulting in a messy top, notice the differences in the top part of the site
with code
Marco
- This reply was modified 6 years ago by marcoabis81.
November 21, 2018 at 11:34 am #1035986Hi,
How can I near a little bit the pictures?
It’s a bit unclear. Do you want to create some space between the images? You can use the separator/white element for that.
Best regards,
IsmaelNovember 21, 2018 at 12:49 pm #1036024Hi Ismael,
I said nearimg the pictures, I want to reduce the vertical space.Thanks,
MarcoNovember 22, 2018 at 10:33 am #1036420Hi,
That is the default margin of the columns. You can use this css code but it will affect every columns in a single post page.
body.single .column-top-margin { margin-top: 0; }
Best regards,
IsmaelNovember 22, 2018 at 2:21 pm #1036517Thank you Ismael.
Anything that allows me to change the default space only for the pictures?
Like for example, instead of changing the default space of a column, changing the margin of photos for example.Thanks,
MarcoNovember 23, 2018 at 9:54 am #1036888 -
AuthorPosts
- You must be logged in to reply to this topic.