Change alignment of post category pages

Home Forums Legacy Support Support queries Styling issues Change alignment of post category pages

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #315279
    bibin_pm
    Spectator
    http://prnt.sc/uqyj0d This is how my post category page looks like now. I want to change into the style of my post or blog page (the place where all post are present) https://prnt.sc/uqyjkp Please help
    #315285
    Diana
    Participant
    The page you shared here is a blog page and the page you mentioned above is a category page and the view of both these pages are different Your category page styling cannot be changed only via custom css but you need to customize the page using the Blank Child theme Because the category page is a page which fetches everything dynamically and designing this page via Elementor is not possible
    #315669
    bibin_pm
    Spectator
    How can i at least reduce the image size on the category page? I normal zooming, the category page look horrible. is there any way?
    #315746
    Diana
    Participant
    The CSS on these pages is applied by a minified plugin: http://prntscr.com/usdey4 You can use this css to adjust the size .archive.category .block.simple .block_media img{ width:300px !important; height:300px !important; }
    #315879
    bibin_pm
    Spectator
    Hello Diana This worked very well. Could please add a little customization to the above code? what i mean is i want the category in center-aligned from. Can u just add anything to the above code so that each post or image is center aligned?
    #315880
    bibin_pm
    Spectator
    Hello please forget the above msg. with the below code, I got the result in the screenshot. .archive.category .block.simple .block_media img{ display: block; width:300px !important; height:300px !important; margin-left: auto !important; margin-right: auto !important; } screenshot:http://prnt.sc/usrzw8 I am able to move the image to the center and also reduce the size. How to target the highlighted area in the screenshot? I need to make them also center-aligned format
    #315957
    Diana
    Participant
    This will be your css .archive.category .block .block_content { text-align:center !important; } refer: http://prntscr.com/ut7ul3
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change alignment of post category pages’ is closed to new replies.