Column not appearing correctly

  • Posted in : Readme
  • kittersa
    Participant

    Hello, if you scroll down my homepage you will notice a two column grid with four items. It appears the 4th item is being pushed down and appearing before the third.

    What’s the reason for this? I’ve been trying for ages and have updated to the latest theme

    http://www.birdytoldme.com

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
    
    kittersa
    Participant

    Thanks. I’m also having another minor issue. I’m trying to link a text title, but when I add the link the word disappears. The fourth block title is Submissions and I would like to link to the contact page: http://www.birdytoldme.com/about-2/

    …also I’m trying to change the colour of a heading on the Stories page. It also disappears once I assign a colour, strange.

    http://www.birdytoldme.com/stories/

    serkan
    Moderator

    Hi, sorry it is not available by default you can not give links to shortcode. But there is a solution for this. Copy the text below and paste it to content editor’s text side. (not to visual side)

    <div class="service"><i class="pw-icon-pencil-alt"></i>
    <h4><a href="http://www.birdytoldme.com/contact/">Submission</a></h4 >
    <p>Submit a story to Birdy Told Me or forward questions or comments.</p>
    </div>

    “P.s. Don’t leave any space after h4”
    2. If you don’t choose the white color the head of the stories page wouldn’t be disappears.
    You can use this css code for the red color (change the color code which you like);

    h1.entry-title {
        color: #FF0909;
    }

    Thanks

    kittersa
    Participant

    Using the div class in the Text section has now created a space and doesn’t line up properly between Submissions and No Rules

    http://www.birdytoldme.com/about-2/

    serkan
    Moderator

    Hi kittersa;
    Above the submission title you have extra

    <p></p>

    You have to deleted this empty code from text tab. That is why you are getting extra line so the line is not look properly. That is all. Good luck :D

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register