New Landing How can we help? Themeforest Theme Support Joyn Joyn Remove Top-Margin from Text Box

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Joyn
  • #150129
    lucarelate
    Member
    Post count: 12

    Hi, i have two questions:

    1. How can I remove the top-margin of the text boxes so that they are all in a line (stick to the top) ->

    2. What CSS do i have to add to make the postion of all the icon boxes left instead of center. (icon, title and text)

    3. How can i stick all the customer logos (see given URL) to the top so they would be all in one line.

    Thanks a lot in advance for your fast response!

    #150248
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) You need to click the settings for your row and change ‘vertically align elements in row’ to no

    2) Add this to your custom css:

    .sf-icon-box.sf-icon-box-standard {
    text-align: left;
    }

    3) I don’t see any client logos?

    – Kyle

    #150258
    lucarelate
    Member
    Post count: 12

    Hi, thanks a lot, it worked.
    How to i manage that all the icon boxes are “text-align: left” (not just type standard, but also sf-icon-box-boxed-two and all the other types)?

    #150259
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    There’s quite a lot of CSS for me to provide you for all the boxes. Please only ask me about the one’s you are using

    – Kyle

    #150260
    lucarelate
    Member
    Post count: 12

    Hi, the second type I am using is “boxed-two”.

    I’ve tried with the following code, but it didn’t work.

    
    .sf-icon-box.sf-icon-box-boxed-two {
    text-align: left;
    }
    
    
    #150374
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .sf-icon-box.sf-icon-box-boxed-two .sf-icon-box-content-wrap {
      text-align: left;
    }

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register