Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #925233

    Hi i need css to close my empty gap on right side.

    Please refer to image:
    http://serwer1614536.home.pl/autoinstalator/wordpress2/wp-content/uploads/2018/03/question.jpg

    What is the css behind?

    Website link enclosed.

    #925869

    Hey swotmarketing,

    I’m not sure I understand what you mean by that, do you mean that the image is cut off? It seems to actually look like that if you look at the image directly in private.

    Best regards,
    Rikard

    #925881

    I need to close the gap in red circle. i want to push my image toward right side using css. Do you get what i meant?

    #926084

    Hi,

    Ok, thanks for clarifying. Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #926176

    Hi, please check private content.

    #926450

    Hi,

    Thanks for that. Please try this in Quick CSS:

    #contact .container {
        max-width: 100% !important;
        padding: 0 !important;
    }
    
    #contact .avia-image-container-inner {
        float:right !important;
    }

    Best regards,
    Rikard

    #926472

    Cool! It works like charm! But if i want to apply it on other images, what should i do? should i insert specific css ID for the image?

    #926477

    Hi, close this threat. I figured it out! ThanksSSS!

    #927023

    Hi,

    Great, glad you got it working. Please open a new thread if you should have any further questions or problems, I’ll close this for now.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Css for unqiue image (close margin)’ is closed to new replies.