- This topic has 3 replies, 2 voices, and was last updated 6 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Donation Theme Header
Hello.
Our client wants the logo be to the left of the menu, like in header type 1, but they also want the site name to be displayed above menu. Is there a way to align it better.
Here is a link to site.
https://worldpeacerosegardens.org/temp/
https://imgur.com/a/9nKRizA
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.desc { display:inline-block !important; padding-top:85px !important; padding-left:10px;}
Regards,
Dave
Hi, it almost worked. How can we keep the position the same in the responsive view when the menu turns to burger. Right now, the description shifts under the image. We want it to stay in the middle.
Thank you
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
.logo { width:28%;}
span.desc { font-size:17px; padding-top:5px !important; padding-left:10px !important;}
}
Regards,
Dave
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]