- This topic has 7 replies, 2 voices, and was last updated 4 years, 11 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Header spacing in Solar Energy Theme
Hi
header on https://thatchers-kent.co.uk using Solar Energy Theme issues…
logo not responding to size/spacing changes
spacing required for the email, location and social media icons/text
thanks
Hi,
Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.
Regards,
Dave
https://ibb.co/QmHdzBb
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.logo img { margin-top: 30px !important;}
.header-right .phntp { width:40% !important;}
.header-right .sintp { width:auto !important;}
Regards,
Dave
brilliant, perfect, but there’s a problem on the mobile view, stacking left?
https://ibb.co/tpV0kqY
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) {
.header-right .phntp {
width: 100% !important;
}
}
Regards,
Dave
thanks 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 […]