• Resolved 19smileygirl

    (@19smileygirl)


    Hello. I am trying to move the second widget area on the right of my page entitled ‘What’s Happening’ about 70px to the right. I only want to move the second widget area, not the Camas Ridge logo in the first widget area. I have Custom CSS Manager installed and along with Firebug things usually go well. However, in Firebug in order to move the second widget area it shows that I use

    element.style {
        padding-left: 70px;
    }

    When I type this into Custom CSS Manager it does nothing to align the widget. Help!
    Thank you!! (:
    The site is https://camasridge.4j.lane.edu

Viewing 6 replies - 1 through 6 (of 6 total)
  • Add this

    #categoryposts-2 {
    padding-left: 70px;
    }

    Try using the

    .widget{margin-left:70px;}

    or padding-left:70px; if you want

    You can’t edit element.style tags.

    Thread Starter 19smileygirl

    (@19smileygirl)

    Hello! (: Thanks for quick response! (: I tried what you suggested, but that aligns the entire widget area…the image and the What’s Happening widgets. What I would like is for the What’s Happening widget area (Category Posts widget) to be more centered to the top widget area (Logo widget). Any other suggestions?

    Did you try the above code which i gave

    No problem. Just trying to help. If you remove the text align under .widget and put this in your css it might help

    .widget.widget_categoryposts {
    padding-left: 60px;
    }

    and just edit the pixel to your liking.

    Thread Starter 19smileygirl

    (@19smileygirl)

    That did it!! You’re a genius! (: Thank you!!! (:

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Theme dkret3 – Can't align widget area’ is closed to new replies.