Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Bobby Anderson

Members
  • Joined

  • Last visited

Solutions

  1. Bobby Anderson's post in bootstrap sidebar attempt was marked as the answer   
    It sounds to me as though you've not closed one of the divs properly, although its hard to gauge what you've done without being able to see your code or know what system your using for the blog?
     
    I think you should look to restructure your site to keep the content and the sidebar separate and then nest post rows within each other for example…
     
    <div class="container"> <div class="row"> <div class="col-md-9"> <!-- Post 1 --> <div class="row"> <div class="col-md-8"> Image </div> <div class="col-md-4"> Post content </div> </div> <!-- Post 2 --> <div class="row"> <div class="col-md-8"> Image </div> <div class="col-md-4"> Post content </div> </div> </div> <aside class="col-md-3"> Your sidebar </aside> </div> </div>
  2. Bobby Anderson's post in anyone know how to use bootstrap please was marked as the answer   
    As I mentioned in my previous post - if you want to keep text centred all you have to do is add the class "text-center" to your parent div, in this case the "container-fluid four-services" section.
     
    If you wish to change the width of the text below the icons, properly format your text and give it a paragraph tag - this will allow you to control the width of the text, perhaps give it 10% padding on each side such as padding: 0 10%; which you can then further modify at different breakpoints.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.