Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

how to add custom html layout for the pages but only for one page. #1595

Open
PManager1 opened this issue Oct 24, 2016 · 1 comment
Open

Comments

@PManager1
Copy link

PManager1 commented Oct 24, 2016

How can i add a wider layout especially for mobile view without affecting rest of the pages ?

I wanna utilize the space marked with red in the pic below... i.e increase the width of the page/ do css adjustment.

image

@hyperreality
Copy link
Contributor

Try overriding the bootstrap container class in your CSS, something like this:

@media (max-width: 480px) {
  .container {
    padding: 0;
  }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants