Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #979416

    Hi,
    I have the settings for the website set to fullscreen but it is now centred all the content.

    I was trying to increase the width of the footer widger 1 and used the following CSS
    #footer .flex_column.first {
    width: 62%;
    }
    #footer .flex_column:nth-child(2) {
    width: 32%;
    }
    when it didn’t work I removed it and now the website content has all moved to the centre of the screen and the mobile version looks weird. I can’t see how to change it back to what I had before adding the CSS

    Can you help please?

    #979737

    Hey bauchope,

    I can’t see anything obviously wrong with your site, could you post a screenshot of the problem please?

    Best regards,
    Rikard

    #980041

    Hi Rikard,
    Screenshot of the homepage are attached. I have it set in the back end to full width and the captions on the slider are set to left side. However all the homepage content is centred and only using the middle of the page – previously it was full width.

    I have delected the css I used to try to change the footer layout but homepage still looks strange.

    https://prnt.sc/k1if40
    https://prnt.sc/k1ifa0
    https://prnt.sc/k1ifew

    #980423

    Hi,

    Thanks for that, so you want the container element to be 100%? If so then you can change that under Enfold->General Layout->Dimensions.

    Best regards,
    Rikard

    #980487

    Hi Rikard,
    I have done this – cleared the cache and yet it is still centralised. The burger menu icon is sitting in the middle of the page and the table is also centralised.

    I looked in the css to see if there was something there but nothing obvious to me. Could you take a look please?

    Kim

    #980492

    For info it looks find on tablet and on mobile but on desktop everything is centred – help please!!!!

    #980913

    Hi,

    Thanks for the feedback. Please try to adjust it manually using this in Quick CSS:

    .container {
        max-width: 100% !important;
    }

    Best regards,
    Rikard

    #981071

    Actually I just removed everything from the css and it has fixed it. I will re-do the pricing table myself.

    You can now mark as resolved

    #981072

    Hey!

    If deleting custom CSS helped, then there must be an error in it. You can post your custom CSS here using – https://pastebin.com/ and we can check for errors :)

    Best regards,
    Yigit

    #981142

    Ok not used pastebin before but I guess you just need the url

    https://pastebin.com/v4k9HCqd

    However, I removed the code and then introduced it with some changes a bit at a bit and the website looks better now.

    I have decided to use a plugin to build a table that I can style.

    Cheers
    Kim

    #981153

    Hey,

    There are no issues with your custom CSS. Glad it looks better now. If you need further assistance, please let us know :)

    Regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.