• Hi,

    I’m trying to customize the Services page to make it full width, but have no idea what I’m looking for. I know it’s possible to do it via CSS, I just don’t know where to do it. I’m comfortable editing but I’m bit of a noob ??

    Any help would be greatly appreciated!

    Best,

    Albert

Viewing 7 replies - 1 through 7 (of 7 total)
  • What theme are you using?

    Thread Starter MrAlbiP

    (@mralbip)

    Apologies, I’m using Pytheas.

    Not familiar with that theme – these forums only support themes from this site – so your best place for support will be the developer.

    That said, in general, if the theme does not have a full-width template, you’d need to:

    Make a child theme – https://codex.www.ads-software.com/Child_Themes

    Make a custom template (start with a copy of an existing template) –
    https://codex.www.ads-software.com/Templates

    Remove the call to the sidebar from the template

    Modify the CSS so the content section fills the width where the sidebar was.

    Go to editor, edit single-services.php, change span_16 at <div id=”primary” class=”content-area span_16 col clr clr-margin”> into span_24, remove the get_sidebar down at the end!!

    Note that if you modify theme files, all of your changes will be lost when the theme is updated. Which is the point of using a child theme as posted above.

    Thread Starter MrAlbiP

    (@mralbip)

    Thanks so much everyone, ended up using another work around, but the help and advice is greatly appreciated!

    Would you share with us your workaround? I’m after the same thing…

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Services Page Full Width’ is closed to new replies.