需要帮助在 WordPress 主题中浮动标题
我需要 WordPress 主题的帮助,我想本地化一个主题,但我有一些问题,我的新博客是阿拉伯语 (rtl),我想替换右侧的主题徽标(向右浮动)和横幅广告在标题的左侧,我也尝试将搜索栏浮动到左侧,但我没有成功,你能帮我本地化这个伟大的主题吗?啊,我忘了告诉你主题名称是“Vanillia” http://newwpthemes.com/wordpress- theme/vanillia/ 这是我需要做的屏幕截图 (http://) i47.tinypic.com/28cg0ax.png
i need help with a wordpress theme, i want to localize a theme but i have some problemes my new blog is in arabic (rtl) and i want to replace the theme logo in the right (float to right) and the banner ad to the left side in the header, also i tried to float the search bar to the left but i did not succeed in that, can you please help me to localize this great theme? ah i forget to tell you the theme name is "Vanillia" http://newwpthemes.com/wordpress-theme/vanillia/ here is a screenshot of what i need to do (http://) i47.tinypic.com/28cg0ax.png
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于搜索部分和标题部分中的徽标,使用此类
DRight{float:right;padding-right:20px;}
顶部菜单和标题部分的广告样式为
DLeft{float:left;padding-left:20px;}
Padding-left 和 padding-right - 提供距左侧和右侧 20px 的空间
for the search part and for the logo in the header part use this class
DRight{float:right;padding-right:20px;}
for the top menu and the advertisement in the header part the styles are
DLeft{float:left;padding-left:20px;}
Padding-left and padding-right - Gives the 20px space from the left side as well as the right side