Site logo

[Resolved] nav#nav-below

Home Forums Support [Resolved] nav#nav-below

Home Forums Support nav#nav-below

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2542141
    Anil

    please provide css to make them as in generateblocks

    #2542156
    Fernando
    Customer Support

    Hi Anil,

    Can you expound a bit more on what you want to achieve?

    #2542165
    Anil

    Hi Fernando

    I want to have posts nav as in provided url without using generate blocks

    #2542194
    Fernando
    Customer Support

    I see. Unfortunately, without GenerateBlocks, you’ll need a level of customization that would be out of our scope of support.

    It would be best to reach out to a developer regarding this.

    #2542246
    Anil

    Thanks dear, i am trying css, if someone further improve it (perhaps David may guide)

    .single-post footer nav#nav-below {
      display: flex;
      flex-wrap: wrap;
    }
    
    .single-post footer nav#nav-below .nav-previous, 
    .single-post footer nav#nav-below .nav-next {
      width:50%;
      display: flex;
      flex-wrap: wrap;
    }
    
    .single-post footer nav#nav-below .icon-arrow-left {
      font-size: 2em;
      line-height: 0;
      padding: 0 7px 8px 3px;
      background-color: #000;
      color: #fff;
    }
    
    .single-post footer nav#nav-below .icon-arrow-right {
      font-size: 2em;
      line-height: 0;
      padding: 0 5px 8px 5px;
      background-color: #000;
      color: #fff;
    }
    
    .single-post footer nav#nav-below span .prev {
        
    }
    
    .single-post footer nav#nav-below span .next {
    }
    
    .single-post footer nav#nav-below .gp-icon {
        opacity: 1;
    }
    #2542260
    Anil

    solved

    #2542271
    Fernando
    Customer Support

    Glad you resolved it!

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