Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #767136

    Hi for a little while my video on this page sat nicely underneath the two visit morning and request prospectus images (all three content areas to the right of the tabs area).

    However it has now aligned left under the tabs areas. How do I get it to align back to the right under those 2 images again?

    Many Thanks

    Jenny

    #767159

    Hey JennyGr,

    Try to enable Custom Css Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then add a class name to the 1/2 colum, for example clear_none, then on Quick CSS (located in Enfold > General Styling) add this css code:

    #top .clear_none {
      clear: none !important;
      margin-left: 6%;
    }
    
    @media only screen and (max-width:960px) {
      #top .clear_none {
        margin-left: 0 !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #767164

    Thanks Nikko, looking good…is there a way to reduce the white space between that and the two images in 1/4 columns above?

    #767176

    Hi,

    You’re welcome :) try changing this code I gave:

    #top .clear_none {
      clear: none !important;
      margin-left: 6%;
    }

    to:

    #top .clear_none {
      clear: none !important;
      margin-left: 6%;
      margin-top: 0 !important;
    }

    If the gap is too small change the margin-top value from 0 to 10px or try to experiment with the values. Hope this helps :)

    Best regards,
    Nikko

    #767177

    That’s great! Thanks Nikko all sorted :)

    #767214

    Hi,

    Glad we could help! Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Align content areas’ is closed to new replies.