• I would be forever grateful if someone were to help me with this little issue.

    I’m using the Cherry Framework with a Child Theme.

    There are 4 WHITE content boxes on my theme that should span across the same horizontal line. My site is supposed to look like this: https://livedemo00.template-help.com/wordpress_51347/
    But it looks like this: https://mssinm.com/
    The four boxes will not line up on the same line.

    I have scoured the internet to see what I can do, but I’m so tired of looking. Coming to the support forum is my final try. I tried looking under topics here, but no luck.

    Any help would be certainly appreciated!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Mohsin

    (@mohsindigitalpoin8)

    Hi,
    open style.css and paste this line of code.

    #post-2 .span3:first-child  {
    margin-left:0
    }

    You are done ??
    Let me know of you need more help.

    Thanks

    Hi,

    I’m having a problem with the alt tag in the banner wrap.
    Even though I fill them in they remain empty on the source of the page.
    My website is https://www.maltabudget.com

    This is the code I have for the banner wrap :
    if ($img !=””) {
    $output .= ‘<figure class=”featured-thumbnail”>’;
    $output .= ‘<img src=”‘ . $home_url . ‘/’ . $img .'” title=”‘. $title .'” alt=”” />’;
    $output .= ‘</figure>’;
    }

    Would anyone know how to fix this?

    The template people suggested I add a plug-in but I only have a problem with these 4 images on the home page. All other images on the rest of the pages seem to be getting their alt tags without problem.

    Thanks and have a good day!!
    Stefie Meekers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with Banner Wrap/Content Boxes’ is closed to new replies.