Okay
  Public Ticket #3802023
Centered content
Open

Comments

  •  6
    lukacsdaniel1 started the conversation

    Hi,

    I would like to make a centered content, but I can't put the box on the center. I attached the good picture what I want to do.

    Can you help me?

    Attached files:  bad.PNG
      good.PNG

  •  1,948
    Judith replied

    Hello there,

    Thanks for writing to us.

    Please share logins for access so that we can access your site as it seems to be on maintenance mode.

    I look forward to your response.

  •  6
    lukacsdaniel1 replied

    Hi Judith,

    I turned off the maintenance mode!

    Thanks!

  •  8,996
    Tahir replied

    Hey Again,

    You will have to remove the max width set on the column to increase the image width. See screenshot: 3683144045.png

    Best,

     


    ThemeNectar Support Team 

  •  6
    lukacsdaniel1 replied

    Hi Tahir,

    Thanks, it's working!

    And how can I put the text on the left bottom, just like on the "what i want" picture?

    Thanks!

    Attached files:  text to left bottom.PNG
      What I want.PNG

  •  1,948
    Judith replied

    Hi there,

    Thanks for writing back.

    The site seems to be on maintenance mode again.

    Please deactivateit  so that we are able to access it.

    I look forward to your response.

  •  6
    lukacsdaniel1 replied

    Hi Judith,

    I have just opened.

    Thanks,

    Daniel

  •  3,028
    Andrew replied

    Hi Again,

    Thank you for getting back to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .vc_custom_1737102721538 {
        position: absolute;
        bottom: 0;
    }

    Try this and let us know how it goes.

    Thanks

  •  6
    lukacsdaniel1 replied

    Hi,

    When I see on dekstop, it's look very nice, but not responsive I think.

  •  6
    lukacsdaniel1 replied

    I attached the picture

    Attached files:  content.PNG

  •  3,028
    Andrew replied

    Hi Luka,

    Thank you for getting back to us.

    Try replacing the CSS with the one below and let us know if it works.

    @media only screen and (min-width: 1000px) {
    .vc_custom_1737102721538 { position: absolute; bottom: 0; }
    }

    Try this and let us know how it goes.

    Cheers,

  •  6
    lukacsdaniel1 replied

    Thank you so much, it's working!

  •  3,028
    Andrew replied

    Hi Luka,

    I'm glad we could assist.

    Feel free to reach out if you have any other queries.

    Cheers,