Hi Team,
How do I move my Power Page Logo and Site name to the extreme left?
Also, how do I change the site menu Text to smaller?
The easiest one is the menu Text size. In the site editor, click Styling in the left column menu, then click on Site Navigation and it will expand a Font, size and color selectors.
Moving the Logo etc to the left may be more involved and depends on exactly what you want to do e.g. just move it on the Home page, move it on all pages, move it but keep the rest of the padding in the content containers.
The general width of things is defined in the bootstrap.min.css file and it uses Media tags to as part of its responsive design for differing screen widths. Basically you override these with in your own CSS (e.g. in your own or the theme.css Web File). It is easier if you are just wanting to get rid of some of the padding across the board as this will often be in the respective .container classes in the media tags, but you may need to define specific ones if you just want the Header adjusted (also the Header is constructed in a Web Template called Header using liquid and HTML and you can get an idea of what classes are being used). e.g. you will generally find the nav bar is the full screen width, but nested inside it is a .container class whose width is less than the full screen width (and these widths are defined inside media elements)
Fubar
69
Super User 2025 Season 1
oliver.rodrigues
49
Most Valuable Professional
Jon Unzueta
43