Forums

[resolved] Nishita Theme Navigation Alignment (4 posts)

  1. mikedahl
    Member
    Posted 1 year ago #

    I am a WordPress novice trying to build a basic website for a friend who would like to feature his artwork. The site can be seen at:

    http://blockprintart.com/

    My problem is that the "Next" box is not in line with the "Previous" box. I have even tried reverting back to the original theme files to no avail. Suggestions? I want to load his artwork but would like to fix this first. Thank you in advance.

    Michael

  2. chaoskaizer
    Member
    Posted 1 year ago #

    You'll need to tweak your theme Style.css (Login to Admin → Design > Theme Editor > style.css )

    find (on line 214)

    #navigate span.previous,
    #navigate span.next {
    display: block;
    width: 48%;
    height: 30px;
    background: #fff;
    border: 1px solid #bbb9b9;
    }

    replace with

    #navigate span.previous,
    #navigate span.next {
    display: block;
    width: 44%;
    height: 30px;
    background: #fff;
    border: 1px solid #bbb9b9;
    }
  3. mikedahl
    Member
    Posted 1 year ago #

    Thank you, chaoskaizer! I had to make a few other changes to that section of code, but it looks fine now.

    http://blockprintart.com/

    Now I can begin to load the artwork. Thank you for your help.

    Michael

  4. greenbug
    Member
    Posted 1 year ago #

    I am having the same problem that is caused by the nextgen gallery. What else did you do to your CSS to fix the issue?

    Thanks,

    Cara

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags