Jump to content
colintsui

Change Width for Specific Page Template

Recommended Posts

colintsui

Hi,

I love the site layout feature which i can set the site width to my preference. 920px with 600 content and 320 sidebar.

However, when I have some content on full width pages, 920px width makes it hard to read from left to right. I wonder how can I change the width for specific page templay, say "epsilon" (template #5)?

I tried the following css but it doesn't work, it made the entire content align to the left of the browser.


.epsilon {

max-width: 700px;

}

Thanks in advance for helping out.

Colin

Share this post


Link to post
Share on other sites
colintsui

it changed the width to 700px though, but the entire page aligned to the left

Share this post


Link to post
Share on other sites
colintsui

also is it possible to use another image as logo and align it center? Because I want to make it more like a "landing page". Thanks a lot!

Share this post


Link to post
Share on other sites
James B

Hi there, the text seems to be displaying fine on your link. Can you do a screenshot of how it is aligned and how you'd like it aligned so we can see the differences and try to target the css for you.

You can change the branding at the top of the page using this plugin http://www.pagelines.com/store/sections/featured-branding/

Otherwise you'll need to put in a full width sidebar and enter the branding logo with html into a text widget. Then hide the main site branding off the page using the meta settings.


Kindly search the forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

James B

Share this post


Link to post
Share on other sites
colintsui

Hello James,

Thanks for your reply and suggestion on how to change the logo.

here is the link to the page which everything aligned left (http://roughdiet.com/fat-loss-101/), this page is using template #5 (epsilon) and I have the above css code inside custom code section.

Colin

Share this post


Link to post
Share on other sites
colintsui

Hello,

just an update, I have figured this out by changing the css code to the following:


.epsilon .content-pad,

.epsilon .texture

{

max-width: 700px;

margin-left: auto;

margin-left: auto;

}

Thanks!

Share this post


Link to post
Share on other sites
Rob

Excellent! I will mark this resolved for you.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
Rob

The topic was marked as resolved.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Similar Content

    • gstrahle
      By gstrahle+
      Hi,
      I am hoping to figure out how I can get my PageLines Full Nav to display layered in front of a sticky footer element on my website - 3keymedia.com
      I would like the Full Nav to overlay the entire screen when opening the menu as you will see when opening on a desktop the footer of nav content is cropped by the sticky footer.
       
      Thanks


    • Christian
      By Christian+
      Hi everyone, since Instagram had allowed to publish in different ratio formats (instead of only square ratio) the grams stripe has different heights. Can you tell me if i can fix it easily with some CSS?
    • Michael Kummer
      By Michael Kummer+
      Hi guys!
      I have noticed that my primary sidebar becomes intermittently invisible when browsing through various blog articles on michaelkummer.com/blog.
      See:
      https://www.dropbox.com/s/z646sgoa3mfjl1j/Screenshot 2018-07-12 15.57.46.jpg?dl=0 and https://www.dropbox.com/s/vdledzzgginvwgv/Screenshot 2018-07-12 15.57.57.jpg?dl=0
      Upon refresh, the sidebar appears. I have been using the following CSS code to hide the sidebar on mobile without any issues. 
      @media only screen and (max-width: 993px) {
      /* hide sidebars */
           .plsb {
              display: none !important;
          }
      }
      I tried to add the following CSS to force the sidebar to show on screens that are wider than 994 pixels but to no avail. Any clue what could be causing this issue?
    • Michael Kummer
      By Michael Kummer+
      Hi guys!
      I am using the LESS/CSS Pagelines extension and tried to add the following code to make use of FontAwesome:
      a.c2a:before {
          content: "\f07a\00a0";
          font-family: "Font Awesome 5 Pro";
          Font-weight: 900;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          padding-left: 4px;
      }
       
      The issue is that as soon as I have the CSS via the Custom Styling text box, Pagelines (or the extension) strips out the backslashes (\). As a result, I had to abandon the CSS/LESS extension and instead add all my CSS code to a separate .css file.
      Is there a fix or workaround for this?
      Thanks
      Michael
    • glyph.marketing
      By glyph.marketing+
      Hello, I am having a problem similar to that experienced by Michael Kummer here. We have pages that show this automatic scrolling issue (examples here and here) and it is sufficiently annoying that we have seen customers bounce while trying to convert. Strangely, it only happens at specific resolutions, so it can be difficult to reproduce. In general we can only consistently reproduce it on a 4k resolution with a browser width between 1517 and 1536px. 
      Thanks to Michael Kummer's help we were able to set the overflow-anchor property to none in the entire body, which fixed the issue as far as we can tell, but also obviously disabled scroll anchoring for the whole site. I tried applying it to the specific element that looked like it was being reloaded, which was the PL Meganav extension, but that was unsuccessful. 
      Can anyone help us figure out which element or ID we can apply this property to, so that we can fix the scrolling issue but not disable scroll anchoring for the entire site?
      Thank you - 
      Glyph Language Services
×