relaxed_cutlery Posted December 2, 2022 Share Posted December 2, 2022 (edited) if you look at the dekstop version you'll notice 6 dark red gifs playing... but on mobile those stacked below the header info to make it way too long. So I used some code to hide the image blocks but it is not adjusting the height of the section to be more manageable... is there code to shrink the image blocks so that it would automatically shrink down the section and not be visible or is there a way to manually adjust the section height without causing weird spacing between the portfolio sub page links. ideally i'd like to have just one image block gif on mobile above the white arrow but am struggling to achieve that. i considered making a separate portfolio page completely for mobile only and having it hidden in desktop view and vice versa but i cant duplicate a portfolio page with the subpages so any other suggestions are welcome. Website: jacqmay.design current code: @font-face { font-family: 'lowdrag'; src: url("https://static1.squarespace.com/static/6080d4ac0d6b220f75b5799b/t/61947f4ad09296617535befb/1637121866720/Lowdrag-Extended.ttf");} h1,a {font-family: 'lowdrag';} #collection-6080d4f4e432dc2f53a95e21 .header-announcement-bar-wrapper div, #collection-6080d8ed2cca634360104116 .header-announcement-bar-wrapper div, #collection-6080d9d15ad31f2bee159c5c .header-announcement-bar-wrapper div {background: #BA2226 !important;} @media only screen and (max-width: 768px) { #block-yui_3_17_2_1_1669942605397_128786, #block-yui_3_17_2_1_1669942605397_51361, #block-yui_3_17_2_1_1669942605397_138165, #block-yui_3_17_2_1_1669942605397_81807, #block-yui_3_17_2_1_1669942605397_17622, #block-yui_3_17_2_1_1669942605397_35425 { display: none; } } Edited December 2, 2022 by relaxed_cutlery spelling Link to comment
tuanphan Posted December 4, 2022 Share Posted December 4, 2022 Hi, You want to hide these icons + reduce section height on mobile? 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!) Link to comment
relaxed_cutlery Posted January 27 Author Share Posted January 27 (edited) Yes please! I am also having a problem with Universal Filter on the same page. I can't figure out how to add the SEO tags as filter options within the code on a portfolio block (home page scroll down). I disabled the search bar and right now it is only showing the 'ALL' filter Edited January 27 by relaxed_cutlery Link to comment
tuanphan Posted January 30 Share Posted January 30 #1. Add this code to Website > Website Tools (under Not Linked) > Custom CSS @media screen and (max-width:767px) { .fe-block-637bbd1c5e8d562adbd95901~div { display: none !important; } .fe-637bbd1c2270b78c18829906 { grid-template-rows: repeat(7,minmax(24px, auto)) !important; } } #2. You added SEO tags but it doesn't appear OR you don't know where to add SEO tags? 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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment