Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #52277
    Sam
    Member

    I am using the CatchBoc Pro theme for a simple web site. I have done some customisation using CSS and adjusting colours and fonts to get a simpler layout.

    I would like to align the title of the main text on the page and the sidebar – at present the sidebar appears higher.

    The website is http://www.xyrho.com and I am referring to the title “What do we do?” and “News”.

    Many thanks

    Sam

    #52282
    Sam
    Member

    Sorry – I had another look and think that I solved it with this:

    /*move the news widget down a bit*/
    .widget_recent_entries {
    padding-top: 26px;
    }

    Is that the best way to achieve what I want.

    Is there any documentation about what each of the elements are called. It would have been handy to know the name of “.widget_recent_entries”

    Many thanks and best regards

    #52306
    Sakin
    Keymaster

    @Sam: Yes that fine.

    It’s from the widget and not from the theme. So, for example:
    1. Your recent post widget where you have added title as New will be have class .widget_recent_entries
    2. Your subscription widget added from Jetpack plugin will have class .jetpack_subscription_widget

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Align title in main text and sidebar’ is closed to new replies.