Featured Row: Center Images

Support Area Forums Bottega Featured Row: Center Images

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://ea7.1a3.myftpupload.com
  • Author
    Posts
  • #29174
    Nicholas Minnich
    Participant

    Hi Bill,

    I was wondering if I could arrange the featured images so that they don’t all float left. I have been trying to tweak the css with no luck. I know it’s possible as the desired behavior happens on mobile.

    Rather than this:

    X X X X
    X X X

    I would like this:

    X X X X
    *X X X*

    Thanks!

    #29176
    Bill Robbins
    Moderator

    Hey Nicholas,

    Give this a try:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #features {
      	text-align: center;
      }
      
    3. Update your settings.

    Often you can change how inline blocks are oriented by changing the text alignment of the parent container.

    Bill

    #29177
    Nicholas Minnich
    Participant

    Nice! Such a quick and simple fix. Thanks Bill.

    #29178
    Bill Robbins
    Moderator

    Glad that did the trick 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured Row: Center Images’ is closed to new replies.