Viewing 15 replies - 1 through 15 (of 16 total)
  • Hi Trish. Welcome to the Hueman forum. That should be a fairly easy adjustment using some css. Can you check the link you posted? I get the following error:

    The server at wieghtlossreviewshq.com can’t be found, because the DNS lookup failed.

    Thanks.

    Thread Starter trishweightloss

    (@trishweightloss)

    Hi sorry…

    It should be https://weightlossreviewshq.com

    Thanks

    Thread Starter trishweightloss

    (@trishweightloss)

    Hi,

    Sorry for a misspelled domain name.

    It is https://weightlossreviewshq.com

    Thanks…

    Try adding this to your child theme style.css file or a plugin like Simple Custom CSS:

    /* move site tag line under title */
    .site-title {
      float: none;
    }
    .site-description {
      float: none;
      margin-left: 0;
      line-height: 0;
      padding: 0;
    }
    Thread Starter trishweightloss

    (@trishweightloss)

    Thanks BD,

    However, still it didnt move.

    I put it in the style.css in my child theme.

    Thnx…. hope other solution would work.

    Can you remove the copy protection so I can see the css being applied? Thanks.

    Thread Starter trishweightloss

    (@trishweightloss)

    Sorry…. and Thank you BDBrown..

    Protection has been removed.

    Thanks.

    It’s not being applied because you’re missing two closing brackets } in this section:

    /* ---------------------------------------------------------------- *
     * set image containers for larger width
    /* ---------------------------------------------------------------- */
    post-standard .post-inner {
      padding-left: 310px;
    
    .post-standard .post-thumbnail {
      margin-left: -310px;
      max-width: 300px;

    Add those brackets, then change the css I posted above to this (no css for the title):

    .site-description {
      clear: both;
      margin-top: 10px;
      margin-left: 25px;
      line-height: 0;
      padding: 0;
    }

    Change the margins as needed.

    Thread Starter trishweightloss

    (@trishweightloss)

    Hi BD,

    I follow your instructions.. and below are my script in my Child CSS

    /* —————————————————————- *
    * set image containers for larger width
    /* —————————————————————- */
    post-standard .post-inner {
    padding-left: 310px;

    .post-standard .post-thumbnail {
    margin-left: -310px;
    max-width: 300px;

    /* —————————————————————- *
    /* move site tag line under title
    /* —————————————————————- */
    .site-title {
    float: none;
    }
    .site-description {
    clear: both;
    margin-top: 10px;
    margin-left: 25px;
    line-height: 0;
    padding: 0;
    }

    I just copy what you had shared.

    Thanks.

    As I mentioned above, your css is missing two closing brackets. You need to ADD them to your css. I think it will be easier if you just delete what you have above and replace it all with this:

    /* ---------------------------------------------------------------- *
     * set image containers for larger width
    /* ---------------------------------------------------------------- */
    post-standard .post-inner {
      padding-left: 310px;
    }
    .post-standard .post-thumbnail {
      margin-left: -310px;
      max-width: 300px;
    }
    /* ---------------------------------------------------------------- *
     * move site tag line under title
    /* ---------------------------------------------------------------- */
    .site-description {
      clear: both;
      margin-top: 10px;
      margin-left: 25px;
      line-height: 0;
      padding: 0;
    }
    Thread Starter trishweightloss

    (@trishweightloss)

    Hi bd,

    I am sorry…. i copy the text you had provided above.

    Still it didnt worked?

    I am sorry again… please help…

    Thanks…

    About 1/2 way down in your child theme css you still have this code:

    /* ---------------------------------------------------------------- *
     * set image containers for larger width
    /* ---------------------------------------------------------------- */
    post-standard .post-inner {
      padding-left: 310px;
    
    .post-standard .post-thumbnail {
      margin-left: -310px;
      max-width: 300px;

    This is the original code that’s missing the brackets. You need to remove this section of code from your child theme css.

    Thread Starter trishweightloss

    (@trishweightloss)

    Thank you so much BD…

    You’re the saviour… it works…

    Thanks

    Can you please tell me how to add this code using Simple Custom CSS plugin which I downloaded. What to do after downloading the plug in to add this code?

    @dcsreddy – In your admin panel go to Appearance > Custom CSS. Delete this line:

    /* Enter Your Custom CSS Here */

    Then enter your code and save.

    Next time you have a question please don’t post it in a Resolved topic. Please start a new topic. Thank you.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Need the blog tagline below the site logo’ is closed to new replies.