RichardR Posted May 28, 2020 Posted May 28, 2020 hi everyone, I have a page with around 24 people profiles on it. The design is brilliant, kindly supplied by @tuanphan, I'm having problems with the font size and the height and width of the box. I can change the font size so it looks perfect for the desktop, but it looks too small on the mobile version. Any ideas? Also, depending how much information is in each box determines how high the box is. As you can see, some boxes are deeper than others, is there a way of making them all the same height? Finally, is there a way of reducing the width of the boxes on the mobile version? https://oarfish-salmon-gpgd.squarespace.com/config/design password: criminaljustice Many thanks.
tuanphan Posted May 31, 2020 Posted May 31, 2020 Can you share link to exact page? /config is url for site owner. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
RichardR Posted May 31, 2020 Author Posted May 31, 2020 Of course, https://oarfish-salmon-gpgd.squarespace.com/fellows Thank you 🙂
RichardR Posted June 8, 2020 Author Posted June 8, 2020 Hey @tuanphan I managed to sort the font size and width of the boxes on the mobile version. The only thing I’m struggling with is making the boxes all the same height on the desktop.
tuanphan Posted June 8, 2020 Posted June 8, 2020 1 hour ago, Icclebug said: Hey @tuanphan I managed to sort the font size and width of the boxes on the mobile version. The only thing I’m struggling with is making the boxes all the same height on the desktop. You can duplicate your site & add me as a contributor, I will test some js code to equal height. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
RichardR Posted June 8, 2020 Author Posted June 8, 2020 Hi @tuanphan do i just add you as a contributor in permissions? Do i need your email? Can't duplicate site as it's in developer mode and it states I will lose all progress.
tuanphan Posted June 8, 2020 Posted June 8, 2020 It is relatively complex. Will need to adjust all markdown code. I will check carefully later. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
RichardR Posted June 8, 2020 Author Posted June 8, 2020 No worries and thank you. One quick question, if you look on this page: https://oarfish-salmon-gpgd.squarespace.com/alan-plumb I want to add more white space above and below the image/text, as it's a little squashed on the desktop. If I do this, it creates huge amounts of white space on the mobile version. Is there a way to stop that at all?
tuanphan Posted June 8, 2020 Posted June 8, 2020 if you use code to do this, edit your code to @media screen and (min-width:641px) { paste your code here } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
RichardR Posted June 8, 2020 Author Posted June 8, 2020 Hi, thank you. Does the code go into the CSS or the markdown code and which code would i paste into it?
tuanphan Posted June 9, 2020 Posted June 9, 2020 "add more white space above and below the image/text," how did you create this? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
RichardR Posted June 9, 2020 Author Posted June 9, 2020 There is padding above and below done in Design Styles, I’m thinking more space can be added with spacers but that then creates the issue on the mobile.
RichardR Posted June 9, 2020 Author Posted June 9, 2020 hi @tuanphan See attached screenshots from desktop and mobile. You'll see on the desktop spacing seems ok above and below the image/text. On the mobile version, you'll see the red highlighted section at the top - not enough space in between the markdown block and the text block. The red highlighted section further down shows too much white space. The red highlighted sections on both the mobile and desktop shows too much line height in the footer. I've added this to the CSS but it doesn't reduce the line height enough. nav.Footer-nav { padding-top: 0 !important; padding-bottom: 0 !important; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.