- This topic has 4 replies, 2 voices, and was last updated 7 years, 8 months ago by .
-
Ticket
-
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 imageInside Tab 2:
DownloadsThe 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.