New Landing How can we help? Themeforest Theme Support Dante Centering an Element on a Page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #281110
    sjeglum
    Member
    Post count: 39

    I would like to use a text box in 3/4 size. Is there a way to center it on the page? I have attached a screenshot to illustrate my question. Thank you!

    Attachments:
    You must be logged in to view attached files.
    #281173
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Set it to full width, and add an extra class to it, then I can give you some custom css

    – Kyle

    #282131
    sjeglum
    Member
    Post count: 39

    Unfortunately I don’t know how to add an extra class :/

    #282161
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    In the text box, go to the settings and scroll to the bottom

    – Kyle

    #282750
    sjeglum
    Member
    Post count: 39

    Thanks for clarifying Kyle. I have added a class of logline.

    Sandy

    #282835
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    @media only screen and (min-width: 481px) { 
    .logline.spb_text_column {
      padding-left: 12%;
      padding-right: 12%;
    }
    }

    – Kyle

    #283808
    sjeglum
    Member
    Post count: 39

    Looks great. Thanks Kyle!

    #283822
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem!

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

You must be logged in to reply to this topic.