Centering 'feature-box' with CSS

Home Forums All Other Themes Centering 'feature-box' with CSS

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #29118
    SvendSvend
    Member
    • Topics: 6
    • Replies: 3
    • Total: 9
    Member since: March 31, 2016

    From time to time my client only wants to display three feature-boxes, and thus the Nature One Pro theme aligns the three feature-boxes to the left instead of centring the three boxes.

    Please instruct me how to do this with CSS-altering.

    Regards,

    Nyborg

    #29255
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Nyborg,

    Kindly show us your website URL.

    Regards,
    Brad

    #29551
    SvendSvend
    Member
    • Topics: 6
    • Replies: 3
    • Total: 9
    Member since: March 31, 2016

    TestsiteURL is: gelcom.tveden-nyborg.dk

    #29599
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Svend,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (min-width: 990px) {
    .middle-align { width:739px;}
    }

    Regards,
    Brad

    #29607
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Nyborg,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (min-width: 990px) {
    #section1 .middle-align { width:739px;}
    }

    Regards,
    Brad

    #40428
    Richard BlokRichard Blok
    Member
    • Topics: 11
    • Replies: 32
    • Total: 43
    Member since: October 23, 2015

    Hi,

    Is it also possible to make the feature-box a redirecting link?

    Regards,

    Richard

    #40434
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Richard,

    Kindly use plugin “Page Links To” and link those pages to some other page.

    Regards,
    Dave

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