New Landing How can we help? Cardinal Text block, content not staying up in top

Viewing 15 posts - 1 through 15 (of 20 total)
  • Posted in: Cardinal
  • #138674
    BryceCSD
    Member
    Post count: 46

    I am using 1/4 columns and text block, the content length varies and it affects how it is aligned. I would like for all of text block to keep content up to top.

    Attachments:
    You must be logged in to view attached files.
    #138743
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please always provide me specific page url with issue.
    Thanks
    Mohammad

    #138759
    BryceCSD
    Member
    Post count: 46

    I cannot as it is being developed locally. I have attached a screenshot that shows what it looks like from my dashboard end.

    Also what is in text box too.

    Attachments:
    You must be logged in to view attached files.
    #138792
    BryceCSD
    Member
    Post count: 46

    It’s happening with icon boxes as well. I am suspecting this is happening everywhere else. I need a solution for this, thanks.

    Attachments:
    You must be logged in to view attached files.
    #138927
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am not getting any issue at screenshot. Please mark your screenshot and attach here.
    Thanks
    Mohammad

    #139005
    BryceCSD
    Member
    Post count: 46

    The title and content are not aligned to the top of its own div.

    Attachments:
    You must be logged in to view attached files.
    #139009
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please live your website soon and provide us url. We will resolve it within 5 minutes after getting the URL of your website. This is just minor issue so you can develop the website further.
    Thanks
    Mohammad

    #149943
    BryceCSD
    Member
    Post count: 46
    This reply has been marked as private.
    #149949
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    
    .spb_text_column > .spb-asset-content {
    margin-top: 0px!important;
    }
    

    -Rui

    #149966
    BryceCSD
    Member
    Post count: 46
    This reply has been marked as private.
    #149970
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    sure. try this one

    nav .menu ul.sub-menu li.menu-item > a, nav .menu ul.sub-menu li > span, nav.std-menu ul.sub-menu {
    top: 65px!important;
    }

    -Rui

    #149971
    BryceCSD
    Member
    Post count: 46

    You rock! Thanks for the quick turnaround!!

    #149974
    BryceCSD
    Member
    Post count: 46

    Actually, it looks good when someone scrolls down but not when they are at top of the page.

    #150191
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Change the previous code by this one.

    
    .sticky-header nav .menu ul.sub-menu li.menu-item > a, .sticky-header nav .menu ul.sub-menu li > span, .sticky-header nav.std-menu ul.sub-menu {
    top: 65px!important;
    }

    If it’ don’t work please provide admin access.
    Thanks

    -Rui

    #150536
    BryceCSD
    Member
    Post count: 46
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 20 total)

You must be logged in to reply to this topic.