-
AuthorPosts
-
June 29, 2018 at 5:08 pm #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 CSSCan you help please?
July 1, 2018 at 9:17 am #979737Hey bauchope,
I can’t see anything obviously wrong with your site, could you post a screenshot of the problem please?
Best regards,
RikardJuly 2, 2018 at 10:47 am #980041Hi 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/k1ifewJuly 3, 2018 at 7:31 am #980423Hi,
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,
RikardJuly 3, 2018 at 10:59 am #980487Hi 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
July 3, 2018 at 11:08 am #980492For info it looks find on tablet and on mobile but on desktop everything is centred – help please!!!!
July 4, 2018 at 5:34 am #980913Hi,
Thanks for the feedback. Please try to adjust it manually using this in Quick CSS:
.container { max-width: 100% !important; }
Best regards,
RikardJuly 4, 2018 at 10:52 am #981071Actually 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
July 4, 2018 at 10:55 am #981072Hey!
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,
YigitJuly 4, 2018 at 12:53 pm #981142Ok not used pastebin before but I guess you just need the url
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
KimJuly 4, 2018 at 1:05 pm #981153 -
AuthorPosts
- You must be logged in to reply to this topic.