Tagged: x
-
AuthorPosts
-
May 14, 2016 at 11:33 am #991372
Josh HaylesParticipantHi there! If you visit http://www.geniushomeowners.com and look at the white space between the header and first headline, how do I edit that white space? I have everything set to “0” on my paddings already. I want to basically move everything up a couple of pixels.
May 14, 2016 at 12:22 pm #991422
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.x-text.cs-ta-center h5 { margin-top: 0 }Hope it helps 🙂
May 14, 2016 at 12:46 pm #991436
Josh HaylesParticipantThank you! Does it matter where I place that CSS in terms of at the top or bottom of the rest of the code?
May 14, 2016 at 12:57 pm #991448
ThaiModeratorHi Josh,
The provided CSS should be put at the end of your custom CSS.
Regards!
May 14, 2016 at 1:02 pm #991450
Josh HaylesParticipantThank you. I’m sorry but I have a couple of more questions:
1) If I edit the pixels for the header section inside Cornerstone will that override the custom CSS you gave me? I really just want the heading to be a few pixels off of the header.
2) How can I make that code apply to all pages across my site?
May 14, 2016 at 9:28 pm #991796
Rue NelModeratorHello There,
#1] For best results and easy access, you can insert an inline css directly to your heading like this:
<h5 style="text-align: center;" style="margin-top: 0;"><span style="color: #828282;">Weekly COMPS and market insight for Westover Park, Victory Lakes, Magnolia Creek, Tuscan Lakes, Brittany Lakes, Westwood & Harbour Park.</span></h5>Noticed that we added
style="margin-top: 0;". This is the inline css. If you wanted to remove some more extra white spaces, you also need to consider the spaces generated of the adjacent section such as this: http://prntscr.com/b45v0h#2] If you add the custom css in the customizer, it will always apply to all pages across your site as long as it follows the the same set up. The text element, center align and a header h5 tag inside it.
Hope this helps.
May 16, 2016 at 7:41 am #993482
Josh HaylesParticipantThank you. How do I create a hyperlink like http://www.geniushomeowners.com/#section2 so that the user can click a button on the home page and be taken to another section of the home page. This helps to create fast navigation without having to send them to another page.
May 16, 2016 at 7:50 am #993498
ChristopherModeratorHi there,
You can check this article https://community.theme.co/kb/how-to-setup-one-page-navigation
If you want to link a specific button to a section, just add section ID like
#x-section-2in button’s href field. Note that this button scrolls to section #2 only in that specific page. See the attachment.Hope it helps.
May 16, 2016 at 8:57 am #993606
Josh HaylesParticipantGot it. Thank you!
May 16, 2016 at 9:01 am #993622
JoaoModeratorYou are welcome.
Let us know if we can help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-991372 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
