[Resolved] CSS problem, please help

Home Forums Support [Resolved] CSS problem, please help

Home Forums Support CSS problem, please help

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1238869
    Jacek.maslinski

    I am using Mellow from Site Library, I would like to change some CSS but it is totally not working. Probably I am not targeting it right ? I could use some tip if possible. Thank You!

    
    #page {
    		margin: -50px auto 30px auto;
    	 }
    
    		@media (max-width: 768px)
    			{
    				.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header, .wp-block-group__inner-container
    	 {padding:0px;
    					}
    	#page {
    		margin: -75px 20px 20px 20px;
    	 }
    	 }
    
    #1239269
    David
    Staff
    Customer Support

    Hi there,

    some of the CSS from the Site import has been broken – look for this:

    .main-navigation .main-nav>ul>li:hover>a,
    .main-navigation .main-nav>ul>li.sfHover>a,
    .main-navigation .main-nav>ul>li[class*="current-menu-"]>a {
        border-color: inherit;
    }

    and immediately after it add a }

    #1240328
    Jacek.maslinski

    Thank You very much! I spent a lot of time trying to make it right. Could you maybe suggest some page or application that you can check the code for these kind of mistakes ? Once again, thanks a lot!

    #1240461
    Leo
    Staff
    Customer Support

    I use this service sometimes:
    https://jigsaw.w3.org/css-validator/

    #1241123
    Jacek.maslinski

    I will check it. Thanks!

    #1241833
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.