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

    (@premiumwpsupport)

    Hi @happik

    Congrats on creating your own theme!

    Please send us a link to your site so that we can take a look as to why the above CSS isn’t showing up for the top border?

    Thread Starter happik

    (@happik)

    Dear pwsupport.

    The problem with the header was solved (see https://www.leubner.cz/). The title of the first article was shown above the bottom-border of the header. I have fixed it with the change of the code to:

    .site-nav ul li {
    list-style: none;
    display: inline;
    }  

    I have another problem of the same type now here: https://www.leubner.cz/?page_id=4

    The title should not be next to the “PC a internetGrafika Programování” (children links) but because of some float property the position is wrong (it has moved one row higher).

    Here is my code with float:

    .children-links ul {
    	float:left;
    }
    
    .children-links li {
    	margin-right: 20px;
    }
    
    .children-links .parent-link {
    	float:left;
    	margin-right: 20px;
    	padding-right: 20px;
    	border-right: 1px solid #DDD;
    	font-size: 120%;
    	font-weight: bold;
    }

    How can I repair it?

    Thanks

    • This reply was modified 7 years, 10 months ago by happik.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding a border to the footer’ is closed to new replies.