Okay
  Public Ticket #1270941
Align center image on the screen
Closed

Comments

  •  17
    Marcelo started the conversation

    Hi, I have tried to center the image on the screen. I'm using COMPOSER to mount the page. I do not know what else to do. The image is always left aligned.

    Can you help me?

    LINK

    http://valencaevalenca.profissional.ws/valencachild/casa-01-bahia/

  • [deleted] replied

    Hi Marcelo

    All what you did was correct to center the images, i had just additionally to add some custom css and i don't know why VC did do that.

    1) If you want to learn more about Custom CSS read the article

    .w-100{
        width: 100%;
    }
    .w-100 .vc_row.vc_row-flex{
        width: 100%;
    }
    

    2) Add Class to Row, class you have to add is w-100, as you can see in image below. I have added for test purposes to avoid any mistake, you can continue with other rows now on.


    (view large version)