Forum Replies Created
-
AuthorPosts
-
Hi Nikko,
Thanks for your reply.
I have tried your code, but I only want the submenu to move up AFTER I scroll, so when the menu bar becomes narrow.
I don’t know how to target this situation with CSS.Best regards,
MaartenHi Ismael,
Thanks again for your help!
I managed to adjust the css properties to make it look good, using your code. I ended up with this:#top .av-pencil-iconbox .iconbox_icon { float: left; padding: 30px; font-size: 42px !important; line-height: 10px !important; } #top .av-pencil-iconbox .iconbox_icon:before { float: left; transform: translate(-50%, -40%); }
Thanks again and have a great day!
The topic can be marked as resolved.Maarten
Hi Ismael,
Thank you very much for your help! The first 3 icons look great now!
Do you also have a solution for me to adjust the 2 icons futher down the page? I can’t seem to change them without also changing every other icon on the page!
Futher down the page, there are 2 icon boxes with a pencil as an icon. I would like to make those SMALLER and keep them nicely centered inside the circle. In this case, that means move them up a little bit.
Again, your help will be much appreciated!
Hi Rikard,
This topic can be closed. Thanks!@guenni007, Thank you so much, it worked! You are a wizard!
I used your PHP code and this CSS code:
.news-thumb { padding: 0px; float: none; margin-top: 0px; margin-bottom: 8px; border-width: 0px; height: 116px; width: inherit; background-color: transparent !important; display: block; } #top .news-thumb img { float: none; padding: 0px; height: 116px; display: inline; width: auto; }
Now the image automatically scales. Great!!
@Yigit and @Guenni007, Thank you very much for the input!
I placed the code provided by Guenni007 in my functions.php of the child theme.
After that, I changed the previous css code to:
.news-thumb { padding: 0px; float: none; margin-top: 0px; margin-bottom: 8px; border-width: 0px; height: 116px; display: block; } #top .news-thumb img { float: none; padding: 0px; height: 116px; display: inline; width: 100%; }
The thumbnail image is now in a good resolution, but my first 2 points are not yet resolved:
1. The complete image has to be visible
2. The proportions have to be right. I would like the height to be around 116 px and the width to scale automaticallyUnfortunately, I don’t have any PHP skill except for placing/deleting some code.
Dear Yigit,
Unfortunately it is not fixed yet.
I reverted the homepage back to how it was 2 days ago, when everything was still working fine.
The page is looking good in the front-end. However, when I start adding or changing only one object, the page deletes almost 80% of its content!Thanks for the quick reply.
It´s just on the homepage. The other pages are still empty.I saw that some changes have been made, probably by you?
Sometimes the back-end still shows all of the content, but the front-end deletes almost everything. Very strange…
Other times content will disappear from both the front-end and the back-endDear Rikard,
It worked perfectly!
Thank you so much!Best regards,
MaartenFebruary 2, 2018 at 12:28 pm in reply to: Preset certain portfolio category on filter options #906817Hello John,
Thank you for your reply!
Have a nice day.
MaartenHello people,
Thank you, Guenni007, for your instructions. It worked!!
The only thing that needed to be changed was to use ‘#’ instead of ‘.’
So the code looks like this now:
#tablestyle1 th:first-child {width: 70%} #tablestyle1 th:nth-child(2) {width: 20%} #tablestyle1 th:nth-child(3) {width: 10%}
Thanks again! So good to have this knowledge now :)
-
AuthorPosts