SVG Icon Not Aligned

  • This topic has 1 reply, 2 voices, and was last updated 2 years ago by Support. This post has been viewed 860 times
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10045123
    Minimal1964
    Participant

    Hey Guys,

    I have been working on one of the Architecture 2 pages and have added 2 additional paragraphs which probably has knocked the icon out of alignment. I can see the code that is related to the positioning of the icon but have not been able to resolve it. I want it to be slightly higher so it is aligned with the top of the first paragraph.

    Have screenshot it and included the page.

    SVG Icon

    Page

    Could you help please?


    #10045124
    Support
    Keymaster

    Hello, you can just add a class to it and make a custom css:

    1) Add class “custom-img-1” on that img.

    2) Add this:

    (css/custom.css)

    .custom-img-1 {
    	position: relative;
    	top: -10px;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.