Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #650293

    Hello, I added background color to my sidebar using this code found in another support thread here:

    /* sidebar color */
    .sidebar{background:#f8f8f8;}

    The background color works great, but the content within the sidebar appears to be right justified, see this photo:
    http://imgur.com/omxW5mT

    I would welcome a suggestion to improve this… thanks!

    #650294

    Trying to attach / post link to photo since above didn’t seem to work:

    http://i.imgur.com/omxW5mT.png

    #650295

    I worked on this a little more after I posted, and I added:

    .sidebar_right.sidebar {
    text-align: center;
    }

    This aligns the text in the sidebar to the center…but all the content is still pressed up against the right side of the sidebar.
    I’m guessing this has something to do with padding / margins that I need to change?

    Thanks!

    Live example:
    http://www.thomashenthorne.com/marin-real-estate-blog/

    #651217

    Hi,

    Thank you for using Enfold.

    Add a right padding to the widget:

    .gallery-prop-info {
        padding-right: 10px;
    }

    Best regards,
    Ismael

    #651220

    Thank you!

    #651285

    Hey!

    Glad it got it short out!
    Please feel free to open a new ticket if you need anything else.

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Add background color to sidebar and center content within sidebar’ is closed to new replies.