• Resolved bjbaron

    (@bjbaron)


    No matter what I do, my pages are not full width. I have tried everything that I’ve read on the forum. Put the code into page.php and fullpage.php, made the page attribute full page width and still my pages are not full width. It looks like there is some invisible sidebar on the right. Can someone please help me!!! I’ve spend days on this. My website link is https://boynton.iwakiaquatic.com

Viewing 15 replies - 1 through 15 (of 17 total)
  • Hey there,

    Please do not create a new thread about the same issue, you’ve already created one here. It goes against the WordPress’s support guidelines ??

    Thanks,
    Suyogya Shukla (Themeisle Support)

    Thread Starter bjbaron

    (@bjbaron)

    Sorry I wasn’t aware of those rules. I’m new at this. I’m just desperate for some help resolving this issue.

    Hi..@bjbaron

    Please raise your issue on correct theme forum. You are not using Enigma theme.

    Thanks.

    Thread Starter bjbaron

    (@bjbaron)

    Weblizar, I AM using Engima theme. I made a child theme and applied all the CSS I found on the forum for page.php and index.php and nothing works. My home page is still condensed on the left. In page attributes it is set for full page width. If I knew how to post a screen shot of the page I would. I am willing to pay for support on this issue. Can you please take another look? Thank you very much.

    Hi..

    Please see attachment of site that you gave us and it is not enigma theme.

    image of your site

    Thanks.

    Thread Starter bjbaron

    (@bjbaron)

    I apologize. I was getting to the site thru my local hosts file. I added the A record now so you can get to the correct site.

    Hi..

    Please add below css into custom css editor.

    .page-id-690 .enigma_blog_wrapper .col-md-8 {
    width: 100% !important;
    }

    Save the changes.

    Thanks.

    Thread Starter bjbaron

    (@bjbaron)

    That worked! Thank you so so much! One more question – how can I get rid of the faint gray line below the page content? Should I start a new post for that?

    Hi..

    Please add below css into custom css editor.

    .fl-row-content-wrap {
        border: none !important;
    }

    Save the changes.

    Thanks.

    Thread Starter bjbaron

    (@bjbaron)

    Thank you but that didn’t work. The line is still there. If I knew how to post a screenshot I would.

    Hi..

    Please open upload image .

    Now here you can upload image from your computer which you want to share with us.

    After uploading the image you get a url link of image.

    Now copy Image direct Link and share with us.

    Thanks.

    Thread Starter bjbaron

    (@bjbaron)

    Thank you, here is the screen capture of the line that appears above the footer on every page

    Hi..

    Please add below css into custom css editor.

    .blog-sep.header-sep {
        display: none !important;
    }

    Save the changes.

    Thanks.

    Thread Starter bjbaron

    (@bjbaron)

    Thank you very much.

    Most Welcome..

    Thanks.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Pages not Full Page Width no matter what I do’ is closed to new replies.