Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter asfhrrrt1

    (@asfhrrrt1)

    CrouchingBruin,

    Thank you so much! – that worked perfectly.

    Just a small question: do you happen to know how I can have a separate header for when someone views it on a mobile?

    With regards to the theme’s style.css file, I think the only changes I have made are these:

    #masthead {
       background-position: center;
    }
    
    #primary {
    	float: right;
    	padding: 0 2.5em 0 0;
    left;
    	padding: 3em 0 0 2.5em;
    
    }
    #secondary {
    	float: left;
    	padding: 0.333em 0 0 2.5em;
    }

    which are at the top of the style sheet. Would it be possible for me to just copy these onto a separate document and copy them in if the theme gets updated, rather than transfer them over to Additional CSS?

    Thread Starter asfhrrrt1

    (@asfhrrrt1)

    Thanks Paddor, I moved things around a bit and was happy with the result, so no need to change anything now.

    Thread Starter asfhrrrt1

    (@asfhrrrt1)

    Ah yeah, that’s great, I guess it just took a couple of refreshes to come into effect.

    One last question: do you know how I can reduce the white space between the edge of the screen and sidebar on the left (and the edge of the screen and content)? I don’t want it right up against the screen, but an extra centimetre on both sides would be perfect.

    Thanks for your help

    Thread Starter asfhrrrt1

    (@asfhrrrt1)

    Hi Steve,

    Thank you for getting back to me so quickly. Would you mind explaining exactly how I do this (I’ve never done any sort of coding before)?

    Do I just go to:

    #primary {
            float: right;
            padding: 0 2.5em 0 0;
    }
    #secondary {
            float: left;
            padding: 0.333em 0 0 2.5em;
    }

    and type #primary — 1em at the top of the screen before updating the file?

    • This reply was modified 7 years, 7 months ago by asfhrrrt1.
Viewing 4 replies - 1 through 4 (of 4 total)