Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #784787

    Hi!
    I want to show the sidebar (blog) at the bottom on the ipad version or 768px screen! How can i do it?
    http://bullmetrix.com/blog/

    #785312

    Hey CharlieBarey,

    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

    
    @media only screen and (max-width: 768px) {
      /* Add your Mobile Styles here */
    main.content.av-content-small.alpha.units,
    aside.sidebar.sidebar_right.smartphones_sidebar_active {
      width: 100% !important;
      border: none;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #786017

    It works! Thank you!

    #786155

    Hi,

    Great, glad we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Widget Area Ipad Version’ is closed to new replies.