Home › Forums › Weaver Xtreme Theme › Align page content area to the left
- This topic has 10 replies, 2 voices, and was last updated 2 years, 1 month ago by
scrambler.
-
AuthorPosts
-
April 25, 2020 at 07:20 UTC - Views: 36 #64356
GeorgeW
ParticipantHello – hope you’re well! 🙂
I have a demo site with only one piece of content: A page that is also the homepage.
I’m trying to align the entire content area (where the text appears) to the left. But no matter what I choose, it always stays aligned in the center.
I have tried the following:
Main Options ==> Wrapping Areas ==> Container Area ==> Align Area ==> Align Left
Any idea what may be going on?
Thanks!
George
April 25, 2020 at 07:20 UTC - Views: 36 #64357This reply has been marked as private.April 25, 2020 at 16:55 UTC - Views: 33 #64359scrambler
ModeratorYour wrapper is set to a max width of 700px, the wrapper is always centered by default, so the dead space is on each side. Your content is left aligned inside the wrapper.
Are you saying you want the wrapper to be on the left side of the browser with all the dead space on the right (weird), or that you want the site to be full browser width, so the content starts on the left side of the browser?
If the former I can give you CSS, if the later just remove the max-width setting on the wrapper
April 25, 2020 at 19:02 UTC - Views: 31 #64361GeorgeW
ParticipantHi, scrambler!
I need the former. I want the wrapper to be on the left side of the browser with all the dead space on the right.
I understand it sounds weird, but this will help this specific demo site (which is only one page). 🙂
Thanks!
George
April 25, 2020 at 19:09 UTC - Views: 27 #64362scrambler
Moderatoradd the rule below to the theme global custom CSS rule box
#wrapper {margin-left:0;}
April 25, 2020 at 20:28 UTC - Views: 26 #64363GeorgeW
ParticipantAnother magical piece of code by scrambler.
Thank you, sir!
George
April 25, 2020 at 20:40 UTC - Views: 25 #64364scrambler
ModeratorIt is not magic, it is called CSS 🙂
Take care
April 26, 2020 at 06:04 UTC - Views: 23 #64368GeorgeW
Participantscrambler, I played around with the Firefox developer console, and it’s very helpful.
Btw, the link you posted above points to this link:
https://forum.weavertheme.com/discussion/590/infos-and-examples-for-custom-css-rules
(Sorry, no such page.)
Also, if I understand correctly, Firebug is now part of Firefox and Chrome. This may need to get clarified in the instructions – or maybe not 🙂 – just to avoid confusion for other users.
Thanks for being awesome!
George
April 26, 2020 at 16:23 UTC - Views: 14 #64371scrambler
Moderatorthe link (below again) for me goes to the right guide page about browser developer tool (you can search the guide with these terms)
Firebug is the Firefox version, but all browser have their own, you either type F12, or right click and say inspect elements.
April 26, 2020 at 19:22 UTC - Views: 12 #64373GeorgeW
ParticipantHi, scrambler!
I understand.
Just for clarification, the dead link for me is this:
https://forum.weavertheme.com/discussion/590/infos-and-examples-for-custom-css-rules
It’s linked to from here:
Thanks again,
George
April 26, 2020 at 20:43 UTC - Views: 3 #64375scrambler
ModeratorThanks this is because weaver removed some of the old archive, I will update the article
-
AuthorPosts
- You must be logged in to reply to this topic.