Forum Replies Created

Viewing 11 posts - 31 through 41 (of 41 total)
  • Author
    Posts
  • in reply to: Move sublevel links up before scrolling #1404930

    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,
    Maarten

    in reply to: Change size and position of icon in icon box #1352780

    Hi 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

    in reply to: Change size and position of icon in icon box #1352322

    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!

    in reply to: Thumbnail size LATEST NEWS widget #1343876

    Hi Rikard,
    This topic can be closed. Thanks!

    in reply to: Thumbnail size LATEST NEWS widget #1343807

    @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!!

    in reply to: Thumbnail size LATEST NEWS widget #1343005

    @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 automatically

    Unfortunately, I don’t have any PHP skill except for placing/deleting some code.

    in reply to: Content keeps disappearing after saving a page #1295734

    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!

    in reply to: Content keeps disappearing after saving a page #1295587

    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-end

    in reply to: Accordion different color for each slide #1284643

    Dear Rikard,

    It worked perfectly!
    Thank you so much!

    Best regards,
    Maarten

    in reply to: Preset certain portfolio category on filter options #906817

    Hello John,

    Thank you for your reply!

    Have a nice day.
    Maarten

    in reply to: Table: change column widths #764889

    Hello 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 :)

Viewing 11 posts - 31 through 41 (of 41 total)