How can I place header area widget contents below site title and tagline? Home › Forums › Weaver Xtreme Theme › How can I place header area widget contents below site title and tagline? This topic has 5 replies, 2 voices, and was last updated 1 year, 1 month ago by scrambler. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts January 17, 2022 at 02:27 UTC - Views: 28 #70300 dosolutionsParticipant I have some simple text that i would like to display under the site title and tag line on all pages. ABOUT US Is there some way to adjust the location of the header widget? Thanks January 17, 2022 at 02:46 UTC - Views: 28 #70302 scramblerModerator Put the HTML for it in the Header HTML box, then we can play with CSS to try and position it in a responsive manner. Do specify what should happen on Mobile January 29, 2022 at 18:34 UTC - Views: 16 #70376 dosolutionsParticipant OK I have the text in the header html section of this site. HOME I really would like to hide that content on all but the home page, to save space. Is that something we can implement via CSS in that Header section? Thanks! January 29, 2022 at 19:43 UTC - Views: 15 #70377 scramblerModerator Yes, you can place your HTML in a Show_if shortcode, using the Page ID number (Replace XXX below) of your home page [show_if post_id=XXX] YOUR HTML [/show_if] January 29, 2022 at 22:11 UTC - Views: 10 #70380 dosolutionsParticipant perfect! And to adjust CSS for small screens? What selector should I use? -Daniel January 29, 2022 at 22:26 UTC - Views: 12 #70381 scramblerModerator What kind of adjustment are we speaking of? But if you need to apply rules to the whole area on mobile you can add a rule like below in the Theme Global Custom CSS Rule box .is-mobile #header-html {left:10px;top:10px;} there are various device selectors you can use .is-phone for just phones .is-smalltablet for small tablets .is-mobile for both .is-desktop for desktop Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In