Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1206689

    Hey Everyone,

    I had recently asked about aligning an image with text in this question – https://kriesi.at/support/topic/align-image-and-text/

    How would I do that same thing but in a Grid Row?

    Thanks!

    #1206892

    Hey MikeTandySwag,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
        #av-layout-grid-1 .flex_column.av_one_half + .av_one_half {
            margin-left: -60px;
            margin-top: 40px;
        }
        #av-layout-grid-1 .flex_column.av_one_half + .av_one_half h2 {
            text-align: left !important;
        }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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