This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

3
  1. Joe Napolitani 10 years, 8 months ago

    I was able to achieve this with my updated version of Vatage version 2.4.2. I loaded the recent version, now I can not achieve the same layout, the only difference I noticed is the removal of the “Navigation” tab from the customize main sidebar menu. Not sure if this had anything to do with it, probably not.

  2. Andrew Misplon Staff 10 years, 8 months ago

    Hi Joe

    The Navigation menu item should still be at Appearance > Customize. Our options are a little deeper at Appearance > Customize > Theme Design. That might have caused the confusion.

    To get the effect you’re looking for try this:

    1. Insert the following at Appearance > Custom CSS. We’ll use it shortly:

    /* Custom Page Builder Classes */
    .custom-img-row .widget {
      min-height: 600px;
    }
    .custom-img-row .panel-grid-cell {
      padding: 0 !important;
    }

    2. Create your two column row.

    3. Edit the row, click Attributes top right and insert a Row Class name as follows:

    custom-img-row

    4. Insert a Visual Editor widget in each column and insert your image.

    5. Go back to Custom CSS and edit the min-height as required.

    This use cases assumes no content over the images. So might or might not be suitable.

  3. Andrew Misplon Staff 10 years, 8 months ago

    Ahh one last thing. Edit Row > Layout > Row Layout > Full Width Stretched. Don’t forget that :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread