• Resolved flybeer

    (@flybeer)


    View post on imgur.com


    This is the Title Bar, (I think it is called so), in a normal page. Whether I add an image or I align two elements it disappear and if I try to go to the website via mobile, the pages without the red bar haven’t got the navigation bar.

    <div class="container">
    <div class="photos"><img title="" src="link-image" width="383" height="628" /></div>
    
    <p class="text">SOME TEXT...</p>
    
    <button class="btn">Dona</button>
    
    </div>

    and the CSS

    .container {
        overflow:hidden; 
        padding:5px;
        border:solid 1px black;
    }
    
    .container .photos {
        float:left;
        margin-right:10px; 
    }
    .text {
      font-size:145%;
    }

    I’m using the Charitas Lite Theme.

    • This topic was modified 7 years, 9 months ago by flybeer.
    • This topic was modified 7 years, 9 months ago by flybeer.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi flybeer,

    can you please provide a link to your site? The only thing I can see from your code is that you are not closing the <div class=”photos”> with a </div>.

    Thread Starter flybeer

    (@flybeer)

    The site is in localhost, anyway, I have closed the photos’ div at the end of the line.

    Thread Starter flybeer

    (@flybeer)

    Someone can help me please?

    Thread Starter flybeer

    (@flybeer)

    Solve it. I set the page type to “Home page” and not “Template standard” because I didn’t want to show a Widget that is shown on all the template standard page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Title Bar disappear after adding an image’ is closed to new replies.