sarahjo
Member-
Posts
41 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by sarahjo
-
I just added the code and don't see any difference.…
-
How do I use this code to make it only effective for this one specific page? https://www.sarahkoester.com/diary#/visual-diary-2022/
-
https://www.sarahkoester.com/diary#/visual-diary-2022/ I managed to make the images clickable but I still would prefer using more of the width (reduce white space on the right)
-
www.sarahkoester.com is my website if that helps And I know that there is the possibility of using light boxes to make the images clickable but I don't like the fixed order. I want to arrange my photos freely as in a diary style.
-
Hey, is there any way to use the full width (or at least some of the remaining white space on the right) and to make them clickable to enlarge them? At the moment they are very small. I would like to use this only for my visual diary pages not for my normal project galleries.
-
@tuanphan That finally worked! Thank you 🙂
-
@tuanphan Take a look at the About page, it's the only one where the issue still occurs…
-
The problem still exists… not sure what to try
-
Okay, I found this part but unfortunately even though it worked out and I got more white space to the borders (by adding !important to the mobile rule), it brought other issues to the page. The gallery titles were display in a wrong way on mobile and part of the menu disappeared after clicking on it. Is there any other thing I can try? @tuanphan @jaeveedee
-
I can't find this part in my CSS… I used the search function but there is no section like this. I'm not sure where to add or remove the !important part. Could you please help? Thank you in advance!
-
Problem with the Menu on mobile (not clickable)
sarahjo replied to sarahjo's topic in Customize with code
Thank you – but it still doesn't fill up the whole screen like it's the case in the attached screenshots above…- 6 replies
-
- custom-css
- navigation
-
(and 1 more)
Tagged with:
-
Yes, for example here: https://www.sarahkoester.com/#/invisible-bond/
-
It is https://www.sarahkoester.com/about
-
Problem with the Menu on mobile (not clickable)
sarahjo replied to sarahjo's topic in Customize with code
It is www.sarahkoester.com- 6 replies
-
- custom-css
- navigation
-
(and 1 more)
Tagged with:
-
anyone?
-
Hey, I customized my nav bar to float to the right today so the logo is on the left side. Now, every time you click on a page of the menu, the nav bar wiggles from left to right or you have to click for a second time, to visit the page. Is there anything I can change in my code to avoid this? This is the code I've used: navigator header#topBar ul#nav { display: block; float: right; padding-right: 40px!important; padding-top: 45px!important; }
- 3 replies
-
- navigation
- flatiron-template
-
(and 1 more)
Tagged with:
-
Hey, I have another question regarding my About page on mobile. It's way too narrow to both sides. I would prefer to have the same space to both sides as I have on my gallery pages. I'll attach a screenshot of my About page and one of a gallery page (titled vague) mo
-
Problem with the Menu on mobile (not clickable)
sarahjo replied to sarahjo's topic in Customize with code
Also, if possible, I would like to use a burger menu on mobile that opens up full-screen when you click on it. Here is an example: https://www.pentagram.com- 6 replies
-
- custom-css
- navigation
-
(and 1 more)
Tagged with:
-
Hey! I used a custom CSS code I found in the forum to bring my nav bar to the right. Now there's an issue on the mobile web version as the menu is not clickable anymore. This is the code I've used: #navigator header#topBar ul#nav { display: block; float: right; padding-right: 40px!important; padding-top: 45px!important; } @media screen and (max-width:640px) { nav.main-nav.dropdown-hover { display: none; } section#container { margin-top: 85px !important; } div#mobileNav { float: right; position: relative; padding-right: 30px!important; padding-top: 12px!important; bottom: -5px; } .siteTitle * { font-size: 30px !important; } } I hope you can help – thank you in advance 🙂
- 6 replies
-
- custom-css
- navigation
-
(and 1 more)
Tagged with:
-
@tuanphanThank you! But then, I would have to adjust each project separately which would lead to a very long custom CSS… Is there any workaround that the CSS would only affect specific pages? For most pages, I would like to keep the view subtitle.
-
@tuanphanIt should only apply to one specific page and not to every page. I tried to add it in the page settings under Advanced but nothing changed. What am I doing wrong?