wordpress 底部的徽标和旁边的文字 [英] Logo and text next to it at the bottom in wordpress

查看:22
本文介绍了wordpress 底部的徽标和旁边的文字的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想制作一个标题,底部旁边有一个徽标和文字,但我希望文字出现在图像的底部.我将如何实现这一目标?

这是我的图片:

她是我的网址:

https://cloudnextservices.com

解决方案

<?php if (function_exists('the_custom_logo')) {the_custom_logo();}?><title><?php wp_title('');?></title>

I want to make a header where i have a logo and text next to it at the bottom but i want the text to appear at the bottom of the image . How would i achieve that?

here is my image:

her is my web url:

https://cloudnextservices.com

解决方案

<div style="display:flex; flex-direction:column; align-items:center;">

<?php if (function_exists('the_custom_logo')) {the_custom_logo(); }?>

<title><?php wp_title(''); ?></title>

</div>

这篇关于wordpress 底部的徽标和旁边的文字的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆