Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1034166

    Hi,
    I am using a few anchor tags whiting an article. Unfortunately when I point a TAG, this does not appear as a first line of the page. Can you please give a look?
    2018-11-15_2029

    It is the last question in the accordion down in the article.
    2018-11-15_2028

    Thanks,
    Marco

    #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,
    Rikard

    #1034729

    Hi 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
    2018-11-17_1557

    With no code
    2018-11-17_1559

    Marco

    #1035986

    Hi,

    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,
    Ismael

    #1036024

    Hi Ismael,
    I said nearimg the pictures, I want to reduce the vertical space.

    Thanks,
    Marco

    #1036420

    Hi,

    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,
    Ismael

    #1036517

    Thank 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,
    Marco

    #1036888

    Hi,

    The images have no margins but every one of them is wrapped inside a column, which has a default top margin, so you have to adjust the column.

    Best regards,
    Ismael

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