• Hi
    The page ‘Director’s Statement’ of my website has some paragraphs of text that show up under a bit of the menu on the left. Is there a way I can move it a bit right to get it away from my menu?

    best
    rkevins

Viewing 2 replies - 1 through 2 (of 2 total)
  • All of the DIVS and other selectors in your Theme seems to be ‘hard-coding’ style declarations in them, which can be very tricky to modify, and not a good way to code a Theme. Basically it’s a ‘responsive’ theme that is not behaving very responsively. You’ll notice that if you change your browser window size, that text moves…..so make your window wide enough and no problem! But that won’t work for folks who don’t have very wide monitors.

    Your best bet would be to post in the support forum for the Theme developer – it sounds like you need to modify either the inner-panel DIV where the text appears, or your floating navigation (sidebar) where the menu is. If it weren’t hardcoded, you could likely just change those in your stylesheet, but I’m guessing that won’t work with this Theme.

    Thread Starter rkevins

    (@rkevins)

    Thanks, TrishaM, much appreciate the look-see and reply!

    I had posted to his support forum, his suggestion, and it seems to have worked, was: Try adding the following to your Custom CSS box on the Customize page…
    #director-s-statement .pageContent {
    padding-left: 80px;
    }

    Yippee! (Ah, life’s little victories.)

    best
    rkevins

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move block of text to right a bit—padding?’ is closed to new replies.