• Resolved chihi108

    (@chihi108)


    I have created the above page link and inserted the right column with a heading and some icon list for testing purposes. I see that the right column bar is stick (green background), but there is lot of space above it. I tried to increase and decrease the parent container min height but then I get lot of green free space above and below which is not needed. Can you please advice how I can get position at the top at the same level as the left column title where it says “your attractive heading”.

    Many thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    It’s due to the flex layout. You could try adding this to your theme’s Custom CSS:
    .wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-dc306f8c > .uagb-container-inner-blocks-wrap {
    align-items: flex-start !important;
    }


    but please mind the unique ID dc306f8c… it might change when you update the page, IDK.

    Thread Starter chihi108

    (@chihi108)

    It is working nicely. Thank you.

    Can I also try to change the flex to grid in the container setting? But I was still getting this earlier issue

    Thread Starter chihi108

    (@chihi108)

    Can I also ask a little favour. on the same page I have now created a link to various pages. How can I get the active page show as highlighted and to give a different colour to this active page link?

    Kind regards

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    I am not familiar enough with the theme that I can answer out of my head.
    But you are using Astra, a premium theme, so you should reach out to their own customer support which you have paid for ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.