Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #103503
    Floh
    Participant

    Dear Mahesh,

    i wanted the featured content to be centered and wrote in the custom css the following:

    #featured-content {
    text-align: center;
    }

    #featured-content .hentry {
    float: none;
    display: inline-block;
    }

    there is just one problem: i wanted the whole “featured content box” to be centered but the text should be left oder justified. how can i do this?

    thanks for your help in advance!
    regards
    ag

    #103507
    Mahesh
    Participant

    @floh: Please post in your site url. And can you please clarify more.

    Regards,
    Mahesh

    #103640
    Floh
    Participant

    dogz.flohmi.at

    to clarify: you see on the startpage below the content the featured content. the area is centered, that´s perfekt but the text inside the area is centered too and i wanted it justified or right.

    another question turned up: between the different areas on the page (head / content/ footer) there are in some browsers very thin lines. how can i get rid of them?

    thanks and best regards

    #103642
    Floh
    Participant

    ..

    #103647
    Mahesh
    Participant

    @floh: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-content .hentry .entry-container {
        text-align: justify;
    }
    
    #featured-content, 
    #featured-content.border-top, 
    #promotion-message, 
    #site-generator {
        border: none;
    }

    Regards,
    Mahesh

    #103648
    Floh
    Participant

    thank you very very much!!

    best regards
    floh

    #103650
    Mahesh
    Participant

    @floh: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘featured content center but justified’ is closed to new replies.