Change Of Layout In Helix Options - Question | JoomShaper

Change Of Layout In Helix Options

LG

Lorna Guttormson

Helix Framework 10 months ago

I'm not sure if this is a template question, or a helix question. We have a Pitech template and find that if we want to display just a Joomla article, it displays in the center half of the screen. we would like to to be wider. When I tried changing the layout under template options, I can no longer see anything on the pages or articles - the footer just comes up to meet the header! I cannot get back to where I was within the options either - other than by restoring from a backup! What it was - was left/component/right - I cannot get those back. Please help as soon as possible as the entire site is unaccessable now. I do have Helix Options>Blog>Details>disable Modules set to OFF I don't see any further instructions in the documentation that could help.

0
1 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 10 months ago #179175

Hello Lorna Guttormson,

Apolozy for the inconvenience. There are two options to address this issue effectively:

1. Enable Full-Width Layout for Blog Pages If you wish to use a full-width layout for blog pages, you can enable the corresponding option in the template settings. Navigate to: Template Settings > Blog > Details, and enable the Full-width Layout option. prnt.sc/M7hBM945H0eY

2. Customize Article Width Using CSS To adjust the article's width manually, you can use custom CSS to align with the template's default page width (1320px). Add the following CSS code to your template's custom CSS section, Go to Template Options > Custom Code > Custom CSS.:

.view-article #sp-main-body .container {
    max-width: 1320px !important;
}

These adjustments should resolve your layout issues. If you encounter further difficulties, feel free to reach out.

0