Home Forums Unicon full width tabs

Home Forums Unicon full width tabs

This topic contains 4 replies, has 2 voices, and was last updated by  Davidlindores 7 years, 1 month ago.

  • Creator
    Ticket
  • #84291

    Hi I am looking to create full width tabs, but within that i am looking to have a mixture of full width content and “standard” content. Is this possible? An example would be:

    Inside Tab 1 would be:

    image
    text
    text within a full width row and background image

    Inside Tab 2:
    Downloads

    The purpose of this is to hold “2 pages” within one page. Im able to get full width or standard. And with a bit of css I can get all with the exception of the background as I am doing:

    #tabs .containertab{
    max-width:1200px;
    margin:0 auto !important;
    }

    Essentially all I am trying to do is get 2 buttons at the top and flip between 2 pieces of content without a page load. So maybe theres a better way of doing this if it isnt possible?

Sorry, only verified customers can view ticket replies.