JWny2019 0 Share Posted July 27, 2019 (edited) Hi -- on my home page www.jaapw.com I'm trying to: 1. align the text of title, tagline and navigation with the image block below it (left + right side); 2. increase padding above the site title; and 3. reduce padding between site title and tag line. If anyone has CSS code for these, would love to use it, thanks a lot. Edited July 27, 2019 by JWny2019 Link to post
tuanphan 9,006 Share Posted July 27, 2019 @JWny2019 Question 1. Align left or right or..? Question 2. a.Header-branding { padding-top: 20px !important; } Question 3. .Header-inner--top { padding-bottom: 15px; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
JWny2019 0 Author Share Posted July 27, 2019 Thanks a lot @tuanphan. Got the title and tag line padding to work with your code. As for alignment on HOME https://www.jaapw.com/: - looking to align title and tag line left with left end of image block - navigation to align right with right end of image of image block - padding between images in image block should stay same Same as on https://www.jaapw.com/work but somehow cant get it to work on HOME. Thanks again for your awesome help. Link to post
tuanphan 9,006 Solution Share Posted July 27, 2019 @JWny2019 .Header-inner { padding-left: 10px; padding-right: 10px; } Do you want to disable click when hovering over an image? Or change the mouse pointer icon when hovering over the image? Click Accept Answer if it worked. Other members can use it! You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
JWny2019 0 Author Share Posted July 28, 2019 "Do you want to disable click when hovering over an image? Or change the mouse pointer icon when hovering over the image?" -- thanks, I'm actually not looking to change this. On the home page all I'm trying to do is increase padding on the left and right outside of the image block, in order to have the block shrink a bit and align with the title/tagline on the left and navigation on the right. I'd like to the margins between the images inside the image block stay the same (3px). Link to post
tuanphan 9,006 Share Posted July 28, 2019 @JWny2019 body#collection-5d34a0842c08a5000178cea9 .Main-content { padding: 70px 50px; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
JWny2019 0 Author Share Posted July 29, 2019 Hi @tuanphan -- is there a way to make the www.jaapw.com home page padding you shared show only on desktop, not mobile? The alignment on mobile is a bit off now. Also -- and I know I've been asking you for A LOT -- if you have a way to make the navigation hamburger on mobile align top right (at the same level as the mobile page tile, that would be awesome. Thank you very much for your help. You're amazing! Link to post
tuanphan 9,006 Share Posted July 29, 2019 @JWny2019 Question 1. Wrap my code in this code @media screen and (min-width:641px) { PASTE THE CODE I SENT } Question 2 @media screen and (max-width:640px) { button.Mobile-bar-menu { margin-top: -20px; } } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment