admin管理员组文章数量:1122846
I am trying to move my logo from the center of my page to the left side.
I am using the "Pixgraphy" theme by "freesia" and it doesn't allow me to move it in the template
whenever I try to paste custom CSS code in, it wont do anything and I'm a little afraid editing directly in the .php file due to previous syntax errors
Hope someone out there can help me
( ps: I am not very skilled in either CSS/HTML so I would appreciate some very simple/basic instructions )
Thanks in advance
Best regards
Alfred
I am trying to move my logo from the center of my page to the left side.
I am using the "Pixgraphy" theme by "freesia" and it doesn't allow me to move it in the template
whenever I try to paste custom CSS code in, it wont do anything and I'm a little afraid editing directly in the .php file due to previous syntax errors
Hope someone out there can help me
( ps: I am not very skilled in either CSS/HTML so I would appreciate some very simple/basic instructions )
Thanks in advance
Best regards
Alfred
Share Improve this question asked Jul 25, 2018 at 12:44 AlfredAlfred 11 bronze badge 1- WPSE is good for questions that are specific to WordPress development issues. Generic HTML/CSS/JavaScript questions are better suitable for StackOverflow. Please read the topics here to know how to ask a good question in WPSE. – Fayaz Commented Jul 25, 2018 at 13:23
1 Answer
Reset to default 0use container-fluid
class instead of container
in header.php file of Pixgraphy theme.
Remove text-align: center
and margin: 0 auto
from the ID site-branding
in your style.css. You can also overwrite it using custom stylesheet editor.
Also, add below style to resolve your issue.
#site-branding {
float: left;
}
Thanks
本文标签: cssHow do I move my logo from the center to left (Pixgraphy theme)
版权声明:本文标题:css - How do I move my logo from the center to left (Pixgraphy theme) 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736290615a1928551.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论