Reply To: i have asked several times now :(

#10034418
Support
Keymaster

Hello,

i have asked several times now

Unfortunately we not received tickets from your in the latest days. Also as you can see on image below, we answered all of your latest tickets:

If you are requesting support trough email to [email protected], probably that’s the reason. Our official support is this support forum. At [email protected] we receive a lot of spam, and probably that’s the reason.

Is it possible to have a SINGLE page within the site that extends the width of page to fit the whole table? The other pages of the site can remain at normal width.

This is possible. First you should add a identifier in the page. Add the a custom class name in the html tag. For example:

<html class="my-page-with-big-table"..............

Add in (css/custom.css):

.my-page-with-big-table .body {
    max-width: 1620px !important;
}

@media (min-width: 1200px) {
	.my-page-with-big-table .container {
		width: 1620px;
	}
}

@media (min-width: 992px){
	html.my-page-with-big-table.boxed.sticky-header-active #header .header-body {
		padding-left: 0;
		padding-right: 0;
	}
}

Regarding sticky:

1) The sticky of menu already is active. When we scroll down the page the header/menu is sticky on top. Maybe you meant another menu ?

2) Regarding sticky the the first five rows, please follow the instructions we sent for you on this ticket:

making a single page wider then the fixed width of template

Please try that and let us know if you need further assistance.

Kind Regards,

Rodrigo.