Decrease space between menu and image on image attachment page
-
This is the image attachment page of the website I’m currently building. http://www.huntsforthebrave.org/gallery/shutterstock_173082218_800px/. There is way too much space between the menu and the image.
I’d like to decrease this space so it looks similar to the Pure & Simple demo. http://demo.styledthemes.com/demos/puresimple/wp-gallery/gallery7/
I’m struggling to find in the style.css file where to decrease the padding. (Also, I used the Full Width Page template when setting up my gallery page and selected the “attachment page” as the link to when I created my gallery. If that’s helpful to know.)
-
I’d like to know the answer to this too please
The demo is using theme v 1.0.3 and its content has less top padding than the one used in OP which is v 1.0.9, so the latest version of the theme has more padding.
You can use this in Custom CSS option to fix it, if theme doesn’t have Custom CSS option, install any of those Custom CSS plugin and use this code in it.
#content { padding-top: 1rem; }Thank you paulwpxp I managed to change the rem in the customised field; Site Title & Tag line, thanks to your help, I changed it
from: 2rem 0 2rem 0
to: 1rem 0 0rem 0and that works, thanks again 🙂
Thanks paulwpxp!! That code was exactly what I needed to fix it.
amesDHS sorry to hijack your post, but this is the only place I see anyone answering and I still have a problem with space.
paulwpxp are you there, can you help me please? Your answer helped me reduce the space between Logo and menu, but I still need help to reduce the space between menu and content, I tried your code
#content { padding-top: 1rem; }
but it didn’t work for me
my website so you can see my problem
http://mcquaintgifts.co.uk/My question:
https://wordpress.org/support/topic/decrease-space-between-logo-menu?replies=3Hi AngelaMc,
It seems like that you have already found the solution at the another thread.
Thanks
The topic ‘Decrease space between menu and image on image attachment page’ is closed to new replies.
