rdxcsgoid
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: remove margin above image (css)Hi again
Thanks for replying
But still not working
lol i dont think its so difficult !! its just 2-3 line css code
Thanks for helping , hope you will get the solution ??Forum: Fixing WordPress
In reply to: remove margin above image (css)Hi destinymaker
Thanks for your suggestion, But i dont Want to make any changes in style.css ,i havent created the child theme . i was making changes to css through custom css option in wordpress.
CAnt we make changes through custom css?
Thank YouForum: Fixing WordPress
In reply to: remove margin above image (css)@a2ztec
Image becomes smaller and still there is marginForum: Fixing WordPress
In reply to: remove margin above image (css)Hey,Thanks for reply
nothing happened still there is marginForum: Fixing WordPress
In reply to: remove margin above image (css)Hi,Thanks for reply
I know about margin-top: 0;
But what css class to select?
here is the link
https://cardmart.tk
Image is on homepage
ThanksForum: Fixing WordPress
In reply to: Add different background on same pageThanks for the reply sir
But i found the easy way , just add the background color to visual editor ??Forum: Fixing WordPress
In reply to: Image css for marginThanks for the help guys !! Here is the link of my website!
https://cardmart.tk
I edited the site in firebug , but dont know the css thing for images
here is the screenshot — >
https://postimg.org/image/qgjkz1f1x/
i want to remove the margins and intersect the images
Thanks ??Forum: Themes and Templates
In reply to: [Virtue] unable to open website/wordpressHi,
Here is the list of plugins
https://i.imgur.com/rCH7Wpv.png
https://i.imgur.com/B5tFpTn.png
Yesterday i was using easy google fonts , (I dont know if it makes sense or not ) , if i add more than 5 google font control , customization page doesnt open , as soon as i delete the 6th google font control , customization opens.
I tried deactivating the plugin ! customization works fine after that.
ThanksForum: Fixing WordPress
In reply to: Remove empty space above heading (CSS)hey Samuel ??
Thank you !
But still little bit space is there on both sides ??Forum: Themes and Templates
In reply to: [Virtue] Width of theme (change in css)Hey, thanks for responding But code
max-width
isnt working so i tried this.container { width: 100% width: 1340px; padding-left: 0px; padding-right: 0px; }
& it worked
Thanks for your helpForum: Themes and Templates
In reply to: [Virtue] unable to open website/wordpressSir,
He talked about theme script ,
& yes it happened again . i have to deactivate my plugins and again activate them to customize my site.
Earlier You told me about wordpress php memory , i increased to 64MB
But still facing issues ,
thanksForum: Themes and Templates
In reply to: [Virtue] Width of theme (change in css)hi,
code is working fine
But as soon as i lower the screen resoultion than 1366 , spaces comes on all the sides of page
you can check
website – https://www.cardmart.tk
any solution?Forum: Themes and Templates
In reply to: [Virtue] unable to open website/wordpressHi
my hosting provider- https://www.bullten.com
yes he said script takes more than 30 seconds .thats why you are unable to open website.
I tried to deactivate all the plugins , since then i am unable to open the website
So i reinstalled the theme ,
it is working fine now .
But i think that this will happen again
ThanksForum: Themes and Templates
In reply to: [Virtue] Width of theme (change in css)Thanks Hannah for the reply ! But i need 1340 width so this code worked for me
.container { /* width: 1340px; */ width: 100%; }
But i read somewhere that virtue theme uses 3 types of media queries
* here the mobile */ @media all and (min-width: 768px) { /* tablet */ } @media all and (min-width: 992px) { /* laptop */ } @media all and (min-width: 1200px) { /* bigger screens */ }
Can i get better result by changing these codes?
Thank you !Forum: Themes and Templates
In reply to: [Virtue] Width of theme (change in css)i removed that code and added
.container {width: 1340px; }
add this too
@media only screen and (max-width: 1140px) { .container{ width:1140; }
theme is no more responsive
any solution?
thanks